urllib2 not support proxy on SSL connection?
John J. Lee
jjl at pobox.com
Tue May 2 22:07:43 EDT 2006
Heiko Wundram <me+python at modelnine.org> writes:
> Am Dienstag 02 Mai 2006 23:22 schrieb itay_k:
> > Is it possible that urllib2 doesnt support for proxy over https
> > connections?
>
> Are you sure this a proxy which is accessed by https, or rather a proxy that
> supports CONNECT, and thus allows you to access https-sites? I'd guess the
> latter, which I haven't gotten to work with urllib2 so far.
Also a recipe (maybe essentially the same as the SF patch, don't
remember):
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/456195
John
More information about the Python-list
mailing list