UrlLib2 Proxy and Https

j_belbo j_belbo at hotmail.com
Fri Dec 10 16:54:04 EST 2004


I have made some tests with Curl and this proxy setting is correct
It's seems that there is a problem with HTTPS and urllib2 + proxy
Bye,
Jacobo
"Tom" <t at b.c> wrote in message news:mfnud.24187$9A.461739 at news.xtra.co.nz...
> > 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