Python HTTPSConnection/HTTPResponse Problem

Edward Muller edwardam at interlix.com
Sun Sep 22 14:18:42 EDT 2002


It has ssl and I have to use version 2.1.3 because this is, in the end
being done using Zope, which doesn't work with anything newer AFAIK.

Gerhard Häring <gerhard.haering at gmx.de> wrote in message news:<mailman.1032691649.13632.python-list at python.org>...
> * Edward Muller <edwardam at interlix.com> [2002-09-21 23:00 -0700]:
> > I am trying to use HTTPSConnection and HTTPResponse objects [...]
> 
> Is your Python SSL-enabled?  Check with:
> 
>     import socket
>     hasattr(socket, "ssl")
> 
> Which version of Python are you using? Be sure to use at least version
> 2.2, as it contains many SSL-related bugfixes.
> 
> -- Gerhard



More information about the Python-list mailing list