HTTPS request

Larry Bates larry.bates at websafe.com
Tue Sep 25 12:17:47 EDT 2007


Johny wrote:
> If I need to log in to a site using https protocol must I use
> certification file and key file?
> The class HTTPSConnection syntax is
> class HTTPSConnection( host[, port, key_file, cert_file])
> 
> and I do not know if it is nescessary or not.
> Thanks for help.
> L.
> 
Depends on what the server requires.  You can do basic authenticate to a https: 
site if it supports it.

-Larry



More information about the Python-list mailing list