Problem with HTTPS request

Jeremy Hylton jeremy at alum.mit.edu
Fri Sep 13 09:58:39 EDT 2002


"Christian Reyes" <creyes at ea.com> wrote in message news:<uo2fveepf88175 at corp.supernews.com>...
> I got the following response when trying to make an HTTPS request.
> 
> <h1>SSL required to access this page</H1>
> 
> Then I read in the documentation the following
> 
> Note: HTTPS support is only available if the socket module was compiled with
> SSL support.
> 
> Does anyone know where i can get my hands on a socket module that was
> compiles with SSL support?

What platform are you running?  Many people compile such a socket
module themselves.  If that isn't an option, you'll have to look at
binary packages for your platform.

Jeremy



More information about the Python-list mailing list