Hi everyone, I have been reading various documents/posts on the web about handling proxy options in urllib2. Some of them suggest that urllib2 doesn't handle HTTPS and others say it does. I have successfully written code that relays HTTP connections via a proxy but have failed to do the same for HTTPS connections.
Can anyone confirm if urllib2 can handle HTTPS, also if someone can spare any code samples it will be much appreciated. Thank you for your time Python developers :) --- The code in question is available for download at http://code.google.com/p/gdatacopier/ -- http://mail.python.org/mailman/listinfo/python-list