On Mon, Jun 17, 2013 at 10:56:03AM -0400, Richard Hipp wrote: > On Mon, Jun 17, 2013 at 10:48 AM, Brandon Invergo <[email protected]>wrote: > > > > > However, when I attempt to sync my Fossil repositories, I receive the > > following error: > > > > $ fossil sync https://user:[email protected]/reponame > > via proxy: http://proxy.company.com:8080 > > fossil: server says: 503 Service Unavailable: 0 > > > > I don't know that much about proxies, since I never personally need to deal > with them. But maybe they should be disabled for HTTPS?
To use https over an http proxy, fossil should use a CONNECT http proxy command. After success on that, it's like a normal direct connection to the remote https server, and all TLS happens without the proxy understanding a word. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

