httplib question

David McInnis david at dataovation.com
Sat Mar 9 17:59:08 EST 2002


I am on a Win2k machine (I have access to a linux box too).  Where can I
learn how to activate the SSL Support at compile time?  I did not see
this option when I installed (I used the windows installer).

Thanks,
David McInnis

-----Original Message-----
From: python-list-admin at python.org [mailto:python-list-admin at python.org]
On Behalf Of Martin v. Loewis
Sent: Saturday, March 09, 2002 2:18 PM
To: python-list at python.org
Subject: Re: httplib question

"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

-- 
http://mail.python.org/mailman/listinfo/python-list





More information about the Python-list mailing list