Issue606

Title unable to connect to https via proxy
Priority bug Status resolved
Superseder hg sending incorrect request to https repos when using a proxy
View: 967
Nosy List cb, dbateman, djc, mpm
Assigned To Topics

Created on 2007-06-27.14:50:30 by cb, last changed 2008-03-18.22:05:00 by djc.

Messages
msg5646 (view) Author: djc Date: 2008-03-18.22:05:00
Resolving, please defer to issue967.
msg3376 (view) Author: cb Date: 2007-06-28.06:22:48
yes, that would be a workaround until urllib2 is fixed
msg3372 (view) Author: mpm Date: 2007-06-27.23:28:22
Hmmm, perhaps we need something like this:

http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/456195
msg3368 (view) Author: cb Date: 2007-06-27.14:50:57
urllib2 cannot do CONNECT for https via proxy
History
Date User Action Args
2008-03-18 22:05:00djcsetstatus: chatting -> resolved
nosy: + djc
messages: + msg5646
2008-03-18 22:02:19djcsetsuperseder: + hg sending incorrect request to https repos when using a proxy
2008-03-18 14:48:01dbatemansetnosy: + dbateman
2007-06-28 06:22:48cbsetmessages: + msg3376
2007-06-27 23:28:23mpmsetstatus: unread -> chatting
nosy: + mpm
messages: + msg3372
2007-06-27 14:51:13cbsetstatus: chatting -> unread
2007-06-27 14:50:57cbsetstatus: unread -> chatting
nosy: + cb
messages: + msg3368
2007-06-27 14:50:30cbcreate