HTTPSHandler ??? missing?

Ben Beuchler insyte-clp at emt-p.org
Thu Jun 20 16:02:21 EDT 2002


In article <3d121907$1 at news.poly.edu>, chandan mathur wrote:
> I am trying to login to a ssl secure server using urllib2 and clientcookie
> but can't find HTTPSHandler() in urllib2.py as mentioned in the manual!

I believe that's only built if your 'socket' module supports SSL.  And
your socket module will only link against the SSL libraries if you already
have them (OpenSSL) installed on your system.

-Ben

-- 
Ben Beuchler                                           There is no spoon.
insyte at emt-p.org                                            -- The Matrix



More information about the Python-list mailing list