Fossil SCM
Fossil pull from file fails when proxy is set
137cf42ad9779ab…
· opened 13 years ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Fixed
- Subsystem
- —
- Created
- March 12, 2013 4:36 p.m.
Fossil pull fails from a file if a proxy is set, seems fossil tries to use the proxy anyway:
C:\Path>fossil setting proxy proxy (global) http://host:8080
C:\Path>fossil pull Server: file://C%3A/path/repo.fossil via proxy: http://host:8080 Bytes Cards Artifacts Deltas Sent: 146 2 0 0 fossil: server says: 502 Proxy Error ( The Uniform Resource Locator (URL) does n ot use a recognized protocol. Either the protocol is not supported or the reques t was not typed correctly. Confirm that a valid protocol is in use (for example, HTTP for a Web request). ) Total network traffic: 334 bytes sent, 1000 bytes received
Comments (3)
Fossil pull fails from a file if a proxy is set, seems fossil tries to use the proxy anyway:
C:\Path>fossil setting proxy proxy (global) http://host:8080
C:\Path>fossil pull Server: file://C%3A/path/repo.fossil via proxy: http://host:8080 Bytes Cards Artifacts Deltas Sent: 146 2 0 0 fossil: server says: 502 Proxy Error ( The Uniform Resource Locator (URL) does n ot use a recognized protocol. Either the protocol is not supported or the reques t was not typed correctly. Confirm that a valid protocol is in use (for example, HTTP for a Web request). ) Total network traffic: 334 bytes sent, 1000 bytes received
Check-in [0d55a0ad0f] probably fixed this.
Fixed in recent versions