[yocto] missing certificates

2015-09-03 Thread Edward Vidal
Hello All,In July 2015, several messages were posted with regard to missing certificatesfrom Gary Thomas, Christopher Larson, and Aníbal Limón.I am working with a Raspberry Pi 2 B and having a problem with fetching a bitbucket repository using HG (Mercurial)  which is certificate issue.  Is

Re: [yocto] Missing certificates

2015-07-27 Thread Gary Thomas
On 2015-07-24 12:02, Gary Thomas wrote: I was trying to run a simple fetch from python using url = 'https://raw.github.com/Itseez/opencv/master/samples/c/fruits.jpg' filedata = urllib2.urlopen(url).read() This failed: Traceback (most recent call last): File ./edge.py,

Re: [yocto] Missing certificates

2015-07-24 Thread Christopher Larson
On Fri, Jul 24, 2015 at 12:49 PM, Gary Thomas g...@mlbassoc.com wrote: On 2015-07-24 13:30, Aníbal Limón wrote: Hi Gary, What version of python do you use?. Since 2.7.9 cert checking is enabled by default causing this kind of errors. [1] [1] https://www.python.org/dev/peps/pep-0476/

Re: [yocto] Missing certificates

2015-07-24 Thread Gary Thomas
On 2015-07-24 14:09, Christopher Larson wrote: On Fri, Jul 24, 2015 at 12:49 PM, Gary Thomas g...@mlbassoc.com mailto:g...@mlbassoc.com wrote: On 2015-07-24 13:30, Aníbal Limón wrote: Hi Gary, What version of python do you use?. Since 2.7.9 cert checking is

[yocto] Missing certificates

2015-07-24 Thread Gary Thomas
I was trying to run a simple fetch from python using url = 'https://raw.github.com/Itseez/opencv/master/samples/c/fruits.jpg' filedata = urllib2.urlopen(url).read() This failed: Traceback (most recent call last): File ./edge.py, line 36, in module filedata =

Re: [yocto] Missing certificates

2015-07-24 Thread Aníbal Limón
On 24/07/15 14:49, Gary Thomas wrote: On 2015-07-24 13:30, Aníbal Limón wrote: Hi Gary, What version of python do you use?. Since 2.7.9 cert checking is enabled by default causing this kind of errors. [1] [1] https://www.python.org/dev/peps/pep-0476/ Kind regards, alimon I'm using

Re: [yocto] Missing certificates

2015-07-24 Thread Aníbal Limón
Hi Gary, What version of python do you use?. Since 2.7.9 cert checking is enabled by default causing this kind of errors. [1] [1] https://www.python.org/dev/peps/pep-0476/ Kind regards, alimon On 24/07/15 13:02, Gary Thomas wrote: I was trying to run a simple fetch from python using

Re: [yocto] Missing certificates

2015-07-24 Thread Christopher Larson
On Fri, Jul 24, 2015 at 11:02 AM, Gary Thomas g...@mlbassoc.com wrote: I was trying to run a simple fetch from python using url = ' https://raw.github.com/Itseez/opencv/master/samples/c/fruits.jpg' filedata = urllib2.urlopen(url).read() This failed: Traceback (most recent

Re: [yocto] Missing certificates

2015-07-24 Thread Gary Thomas
On 2015-07-24 13:30, Aníbal Limón wrote: Hi Gary, What version of python do you use?. Since 2.7.9 cert checking is enabled by default causing this kind of errors. [1] [1] https://www.python.org/dev/peps/pep-0476/ Kind regards, alimon I'm using the stock python 2.7.9 from Poky/Yocto