X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=database%2Fconfiguration%2Fstunnel%2Frun_command_as_root.txt;fp=database%2Fconfiguration%2Fstunnel%2Frun_command_as_root.txt;h=0000000000000000000000000000000000000000;hb=0f49452f40415efb2a62048397ed8514a1058bb7;hp=414290fa1a0b881737769a8f0ae432928b9700d3;hpb=dfe6c3aedd3487a00acf94683163be7ed0baa6da;p=feisty_meow.git diff --git a/database/configuration/stunnel/run_command_as_root.txt b/database/configuration/stunnel/run_command_as_root.txt deleted file mode 100644 index 414290fa..00000000 --- a/database/configuration/stunnel/run_command_as_root.txt +++ /dev/null @@ -1,45 +0,0 @@ - -copy the included files into /etc in the same hierarchy structure, which is: - - etc/ - etc/init.d - etc/init.d/stunnel - etc/stunnel - etc/stunnel/stunnel.conf - -fix permissions: - - chmod 755 /etc/init.d/stunnel - -fix configuration: - - modify /etc/stunnel/stunnel.conf to represent your desired tunneling - configuration. the example turns a trac install on localhost with standard - http protocol into a TLS version on the https protocol. - -run this command to get stunnel registered: - - sudo /sbin/chkconfig --add stunnel - -afterwards the service should start with: - - /etc/init.d/stunnel start - -if problems result from starting the service: - - + maybe you need to fix the path in the /etc/init.d/stunnel script. - try running: - "which stunnel" (or "whence stunnel") - and updating the script with the path shown for stunnel. - - + maybe there's a port conflict from another service? - check with the configuration files or ask the system administrators for - assistance. the telnet tool will connect to an arbitrary tcp service and - inform you if the connection succeeded, e.g. "telnet myhost 23230". - if it says "Connected to ...." then the connection was successful, - regardless of the type of tcp protocol actually on that port. if that - reports instead "unable to connect to remote host", then no answer was - received. if the telnet session just says "Trying ...." and never comes - back or takes a really long time, then a firewall may be blocking the - port or the machine may be down. -