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" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
> > 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


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to