\"In the Python runtime, we\'ve added support for the Python SSL Library, so you can now open secure connections to remote servic
I added the code to appengine_config.py as listed by Spain Train, but had to also add the following code as well to get this to work:
phttplib = os.path.join(os.path.dirname(real_os_src_path), 'httplib.py') imp.load_source('httplib', phttplib)