Added note about https in stunnel

SVN revision: 999
This commit is contained in:
2004-07-30 18:26:31 +00:00
parent adb016a010
commit f48021fafa
+6
View File
@@ -309,6 +309,12 @@ details.
<P>
<LI>Put the URL under which <code><b>elogd</b></code> runs into elogd.cfg:<p>
<pre>URL = https://your.host.name/</pre>
Note the <b><code>https</code></b> at the beginning of the URL, which is
mandatory. Once you use the <b><code>https</code></b> URL, elog won't work correctly when
accessed not through stunnel via <b><code>http://..</code></b>, since any
redirection would always bring you back to https://...).<p>
<LI>Connect to your logbook with a browser which supports SSL via:
<P>
<pre>https://your.host.name/</pre>