Blog


ssl

Fixed: urllib2 Google App Engine - HTTPException: Invalid and/or missing SSL certificate for URL
Thu, 12 July 2018

Using urllib2 on App Engine generates an exception locally using dev_appserver.py when connecting to SOME SSL enabled URL's.The exception looks like this:Traceback (most recent call last):  File "my_py_file.py", line 20, in example_method   response_data = urllib2.urlopen(request, timeout=30, cont... read more

ssl