Re: windows 8 versus urllib2 certificate verify

2017-09-12 Thread Robin Becker
On 12/09/2017 08:35, dieter wrote: Robin Becker writes: Certificate verification generally depends on local configuration: specifically, the set of installed trusted root certificates. I do not know about Windows, but often the root certificates installed for other packages, e.g. the browser, a

Re: windows 8 versus urllib2 certificate verify

2017-09-12 Thread dieter
Robin Becker writes: > I have an application built on 32 bit windows 7 with python 2.7.10. > The application runs fine on windows 7 and older windows machines, but > it is failing to connect properly using urllib2 when run on windows 8. > > The error CERTIFICATE_VERIFY_FAILED indcates this is som