Fossil SCM
changed mentioned Stunnel version from 4 to 5, and changed mentioned Stunnel URL to https://
Commit
a633efefaa54f682ec2ac798e7bfa79f0249a84b
Parent
76e77aba292c7a1…
1 file changed
+3
-3
+3
-3
| --- www/server.wiki | ||
| +++ www/server.wiki | ||
| @@ -97,14 +97,14 @@ | ||
| 97 | 97 | but if it is done, then Fossil will automatically put itself into a chroot |
| 98 | 98 | jail for the user who owns the fossil repository before reading any information |
| 99 | 99 | off of the wire. |
| 100 | 100 | </p> |
| 101 | 101 | <p> |
| 102 | -[http://www.stunnel.org/ | Stunnel version 4] is an inetd-like process that | |
| 102 | +[https://www.stunnel.org/ | Stunnel version 5] is an inetd-like process that | |
| 103 | 103 | accepts and decodes SSL-encrypted connections. Fossil can be run directly from |
| 104 | 104 | stunnel in a manner similar to inetd and xinetd. This can be used to provide |
| 105 | -a secure link to a Fossil project. The configuration needed to get stunnel4 | |
| 105 | +a secure link to a Fossil project. The configuration needed to get stunnel5 | |
| 106 | 106 | to invoke Fossil is very similar to the inetd and xinetd examples shown above. |
| 107 | 107 | The relevant parts of an stunnel configuration might look something |
| 108 | 108 | like the following: |
| 109 | 109 | <blockquote><pre><nowiki> |
| 110 | 110 | [https] |
| @@ -111,11 +111,11 @@ | ||
| 111 | 111 | accept = www.ubercool-project.org:443 |
| 112 | 112 | TIMEOUTclose = 0 |
| 113 | 113 | exec = /usr/bin/fossil |
| 114 | 114 | execargs = /usr/bin/fossil http /home/fossil/ubercool.fossil --https |
| 115 | 115 | </nowiki></pre></blockquote> |
| 116 | -See the stunnel4 documentation for further details about the /etc/stunnel/stunnel.conf | |
| 116 | +See the stunnel5 documentation for further details about the /etc/stunnel/stunnel.conf | |
| 117 | 117 | configuration file. Note that the [/help/http|fossil http] command should include |
| 118 | 118 | the --https option to let Fossil know to use "https" instead of "http" as the scheme |
| 119 | 119 | on generated hyperlinks. |
| 120 | 120 | <p> |
| 121 | 121 | Using inetd or xinetd or stunnel is a more complex setup |
| 122 | 122 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -97,14 +97,14 @@ | |
| 97 | but if it is done, then Fossil will automatically put itself into a chroot |
| 98 | jail for the user who owns the fossil repository before reading any information |
| 99 | off of the wire. |
| 100 | </p> |
| 101 | <p> |
| 102 | [http://www.stunnel.org/ | Stunnel version 4] is an inetd-like process that |
| 103 | accepts and decodes SSL-encrypted connections. Fossil can be run directly from |
| 104 | stunnel in a manner similar to inetd and xinetd. This can be used to provide |
| 105 | a secure link to a Fossil project. The configuration needed to get stunnel4 |
| 106 | to invoke Fossil is very similar to the inetd and xinetd examples shown above. |
| 107 | The relevant parts of an stunnel configuration might look something |
| 108 | like the following: |
| 109 | <blockquote><pre><nowiki> |
| 110 | [https] |
| @@ -111,11 +111,11 @@ | |
| 111 | accept = www.ubercool-project.org:443 |
| 112 | TIMEOUTclose = 0 |
| 113 | exec = /usr/bin/fossil |
| 114 | execargs = /usr/bin/fossil http /home/fossil/ubercool.fossil --https |
| 115 | </nowiki></pre></blockquote> |
| 116 | See the stunnel4 documentation for further details about the /etc/stunnel/stunnel.conf |
| 117 | configuration file. Note that the [/help/http|fossil http] command should include |
| 118 | the --https option to let Fossil know to use "https" instead of "http" as the scheme |
| 119 | on generated hyperlinks. |
| 120 | <p> |
| 121 | Using inetd or xinetd or stunnel is a more complex setup |
| 122 |
| --- www/server.wiki | |
| +++ www/server.wiki | |
| @@ -97,14 +97,14 @@ | |
| 97 | but if it is done, then Fossil will automatically put itself into a chroot |
| 98 | jail for the user who owns the fossil repository before reading any information |
| 99 | off of the wire. |
| 100 | </p> |
| 101 | <p> |
| 102 | [https://www.stunnel.org/ | Stunnel version 5] is an inetd-like process that |
| 103 | accepts and decodes SSL-encrypted connections. Fossil can be run directly from |
| 104 | stunnel in a manner similar to inetd and xinetd. This can be used to provide |
| 105 | a secure link to a Fossil project. The configuration needed to get stunnel5 |
| 106 | to invoke Fossil is very similar to the inetd and xinetd examples shown above. |
| 107 | The relevant parts of an stunnel configuration might look something |
| 108 | like the following: |
| 109 | <blockquote><pre><nowiki> |
| 110 | [https] |
| @@ -111,11 +111,11 @@ | |
| 111 | accept = www.ubercool-project.org:443 |
| 112 | TIMEOUTclose = 0 |
| 113 | exec = /usr/bin/fossil |
| 114 | execargs = /usr/bin/fossil http /home/fossil/ubercool.fossil --https |
| 115 | </nowiki></pre></blockquote> |
| 116 | See the stunnel5 documentation for further details about the /etc/stunnel/stunnel.conf |
| 117 | configuration file. Note that the [/help/http|fossil http] command should include |
| 118 | the --https option to let Fossil know to use "https" instead of "http" as the scheme |
| 119 | on generated hyperlinks. |
| 120 | <p> |
| 121 | Using inetd or xinetd or stunnel is a more complex setup |
| 122 |