Re: [OE-core] Python3 and HTTPS issue

2018-10-08 Thread Burton, Ross
Had a change of heart and just sent a patch to add ca-certificates to the recommends for python3-crypt. Ross On Mon, 8 Oct 2018 at 12:52, Burton, Ross wrote: > Python3 would be overkill, but the SSL libraries probably should yes. > > Ross > > On Sat, 6 Oct 2018 at 02:54, Marc Ferland wrote: >

Re: [OE-core] Python3 and HTTPS issue

2018-10-08 Thread Burton, Ross
Python3 would be overkill, but the SSL libraries probably should yes. Ross On Sat, 6 Oct 2018 at 02:54, Marc Ferland wrote: > On Fri, Oct 5, 2018 at 5:22 PM Burton, Ross wrote: > > > > Did you install ca-certificates? > > > > Looks like it did the trick, thanks. > > Just wondering: why isn't c

Re: [OE-core] Python3 and HTTPS issue

2018-10-05 Thread Marc Ferland
On Fri, Oct 5, 2018 at 5:22 PM Burton, Ross wrote: > > Did you install ca-certificates? > Looks like it did the trick, thanks. Just wondering: why isn't ca-certificates not RRECOMMENDed by openssl or maybe python3? Marc -- ___ Openembedded-core maili

Re: [OE-core] Python3 and HTTPS issue

2018-10-05 Thread Burton, Ross
Did you install ca-certificates? Ross On Fri, 5 Oct 2018 at 15:49, Marc Ferland 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: > >

[OE-core] Python3 and HTTPS issue

2018-10-05 Thread Marc Ferland
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 p