SSL how to?

Martin von Loewis loewis at informatik.hu-berlin.de
Fri Dec 8 15:53:27 EST 2000


"Syver Enstad" <syver at NOSPAMcyberwatcher.com> writes:

> Anyone know if SSL is painless to use under python. Does httplib support it?

It's not painless. It is only available if it was selected at compile
time, the standard Windows distributions don't include it, and it
won't compile on Windows out-of-the-box (although there are patches).

Yes, httplib supports SSL in Python 2.

Regards,
Martin




More information about the Python-list mailing list