[issue17518] urllib2 cannnot handle https and BasicAuth via Proxy.

2018-07-11 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue17518] urllib2 cannnot handle https and BasicAuth via Proxy.

2018-07-11 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- type: crash -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue17518] urllib2 cannnot handle https and BasicAuth via Proxy.

2014-10-03 Thread Mark Lawrence
Mark Lawrence added the comment: Slipped under the radar? Note the patch suggested in msg184958. -- nosy: +BreamoreBoy ___ Python tracker ___ ___

[issue17518] urllib2 cannnot handle https and BasicAuth via Proxy.

2013-11-10 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue17518] urllib2 cannnot handle https and BasicAuth via Proxy.

2013-03-22 Thread masato
New submission from masato: When urllib2 module is used, https connections to servers that BasicAuth is required, via proxies, can not be established properly. Sample code: import urllib2 def main(): url = "https://example.com/aplication/rpc"; proxy_support = urllib2.ProxyHandler(