View Ticket
Not logged in
Ticket UUID: e12f19063a8f5959c774004a849ce8facb025a01
Title: fossil with SSL support does not support proxy
Status: Closed Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution: Duplicate
Last Modified: 2011-09-08 23:09:16
Version Found In: [0e1ca296db] with SSL support
Description & Comments:
$ 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].