Fossil SCM
support for standalone https server in fossil
c03b86469651ddc…
· opened 16 years, 1 month ago
- Type
- Feature_Request
- Priority
- —
- Severity
- Important
- Resolution
- Open
- Subsystem
- —
- Created
- March 7, 2010 6:58 a.m.
It would be usefull to have ability to start fossil as an https server (fosssil server, fossil ui).
As far as I know fossil can operate as https server only in cgi mode. On window systems without server installed/configurable preparing such setup seems unachievable.
ron added on 2010-03-08 05:16:39:
It is also an issue for those of us hosting on shared servers where we don't have a fixed IP. However, that is an SSL issue -- how to get around the problem of IP-specific SSL certificates?
A typical problem scenario would be a small business or project, which hasn't the funds to buy a "wildcard" SSL cert, but wants to prevent snoopers from reading the project data as it moves on the wire.
anonymous claiming to be [email protected] added on 2012-11-13 11:39:25 UTC: Note that setting https-login on via web front end can cause a lockout when a repository is hosted and https access is not supported, e.g.:
[http://fossilrepos.sourceforge.net/cgi-bin/demo.cgi/setup_settings]
I got out of this by downloading the login page source, editing the line to use http e.g.:
form.action = "http://fossilrepos.sourceforge.net/cgi-bin/demo.cgi/login";
I suggest https setting is only available to turn on via the command line, and not by the web interface.
Rational: setting via the web offers no guaranteed way back, setting on the command line ensures the originator of the change can update it the same way.