[OE-core] Python3 and HTTPS issue

Marc Ferland ferlandm at amotus.ca
Fri Oct 5 14:48:52 UTC 2018


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



More information about the Openembedded-core mailing list