httplib question

Martin v. Loewis martin at v.loewis.de
Sat Mar 9 17:17:59 EST 2002


"David McInnis" <david at dataovation.com> writes:

> I need to write a small client that can access https (SSL) page?  Is
> this possible with httplib under 2.1?  

It is possible, but you need SSL support in your socket
module. Whether your socket module provides SSL support depends on the
platform you are using, and whether SSL support was activated at
compile time.

Regards,
Martin




More information about the Python-list mailing list