UrlLib2 Proxy and Https

Tom t at b.c
Fri Dec 10 15:00:17 EST 2004


> I would like to access an HTTPS site via a proxy
> The following code is working for HTTP://www.hotmail.com but not for HTTPS
> I have try with other sites without success
> 
>   l_proxy_info = {
>      'user' : mylogin,
>      'pass' : mypassword,
>      'host' : myproxy,
>      'port' : 8080
>   }

I have no idea if this is your problem, but you are aware that https is 
usually on port 443, not 80 or 8080 like http?

HTH

Tom



More information about the Python-list mailing list