View Single Post
Old 04-10-2018, 05:24 AM   #4
Korben Dallas
Junior Member
Korben Dallas began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Dec 2010
Device: Sony Reader PRS-350
Feeding the urls from the log to wget I recognized a similar error. wget too is unable to check the validity of the certificate of www.google.com.

Most convientently wget has an option as --no-check-certificate to avoid certificate errors.

According to the docs the same should be possible in Python, either in the code or at runtime via an environment viariable named PYTHONHTTPSVERIFY.

@Kovid: How can I tell, if some software is intercepting SSL connection? To me it looks more of a problem with openSSL not finding the appropriate certificates.

@gbm: I don't have any "free coupon" tool bars installed.
Korben Dallas is offline   Reply With Quote