How to Retrieve Data from an HTTPS://URL

LordLaraby Lord.Laraby at gmail.com
Sat Jan 7 01:03:06 EST 2006


You might be using ActiveState python on Windows? If so, you most
likely do not have the SSL layer that's required to process HTTPS
protocol queries.
You should install 'standard' Python from python.org to get the SSL
handling functionality. I understand that ActiveState can not
distribute the SSL code, for national security reasons. :-)

LL




More information about the Python-list mailing list