Python HTTPSConnection/HTTPResponse Problem
Gerhard Häring
gerhard.haering at gmx.de
Sun Sep 22 06:46:41 EDT 2002
* 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