Fossil SCM
fossil with SSL support does not support proxy
Closed
e12f19063a8f595…
· opened 15 years, 8 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Duplicate
- Subsystem
- —
- Created
- July 31, 2010 3:52 a.m.
$ fossil set proxy
proxy (local) off
$ fossil clone https://fossil-scm.org ssltest
Bytes Cards Artifacts Deltas
Send: 49 1 0 0
t:\fossil-ssl\fossil.exe: server says: 400 Bad Request
$ fossil clone https://fossil-scm.org ssltest --proxy off
Bytes Cards Artifacts Deltas
Send: 49 1 0 0
Received: 350929 7628 0 0
Send: 10025 225 0 0
...
anonymous added on 2010-07-31 03:58:48:
Ignore previous post. I was in a local checkout and 'clone' will see only global settings.
However, for https:// URLs, fossil does not use 'CONNECT' method of proxy.
dmitry added on 2011-09-08 23:09:16 UTC: Duplicate with patch: [e854101c4f].