diff --git a/doc/adminguide.html b/doc/adminguide.html
index ff3ee35b..26dde9ec 100755
--- a/doc/adminguide.html
+++ b/doc/adminguide.html
@@ -283,28 +283,59 @@ Logbook dir in the elogd.cfg description
Although the elogd program does not support secure
-connections over SSL directly, it is possible to use it together with
-stunnel to do so. Three steps are
-necessary:
+connections over SSL directly, it is still possible to access elogd
+securely using one of the following methods:
+
+
elogd togethwer with
+stunnel, following steps are necessary:
+
elogd. If another Web server is running
on port 80, use a different port.
-
stunnel program if not already done
++
stunnel program if not already done
and start it with:
stunnel -d 443 -r your.host.name:80Substitute the port 80 if you started
elogd on another port. This
- causes stunnel to receive requests on the https port 443 and forward them to the elogd port.
+ causes stunnel to receive requests on the https port 443 and
+ forward them to the elogd port.
elogd runs into elogd.cfg:
URL = https://your.host.name/
https://your.host.name/+
+
stunnel -f -d 443 -r your.host.name:80+ +This reveals any potential error.
-Alternatively, elogd can be accessed through a SSH tunnel.
+
+
+ +
elogd can be accessed through a a SSH tunnel.
To do so, open an SSH tunnel like:
ssh -L 1234:your.server.name:8080 your.server.namediff --git a/doc/wishlist.html b/doc/wishlist.html index f65e9a3c..ee9a9119 100755 --- a/doc/wishlist.html +++ b/doc/wishlist.html @@ -46,6 +46,8 @@ starting at the items with the most votes. You can vote for a feature, or sugges