[OE-core] Python3 and HTTPS issue

Burton, Ross ross.burton at intel.com
Fri Oct 5 21:22:27 UTC 2018


Did you install ca-certificates?

Ross
On Fri, 5 Oct 2018 at 15:49, Marc Ferland <ferlandm at amotus.ca> wrote:
>
> Hi everyone,
>
> I'm currently having a strange issue with python3 and https (using
> sumo branch, commit 161eaa28ed16f93d57f3d1c4be84f894e99ab72e). Whenever
> I try to connect to an https server I get:
>
> ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify
> failed (_ssl.c:719)
>
> The following python script reproduces the issue:
>
> >>> import http.client
> >>> conn = http.client.HTTPSConnection('www.python.org')
> >>> conn.request('GET', '/')
>
> Any idea? python3-certifi is correctly installed.
>
> Marc
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core



More information about the Openembedded-core mailing list