no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | stunnel [2011/04/12 16:32] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== stunnel ===== | ||
+ | |||
+ | stunnel is used to either create secure connections over otherwise insecure routes, or to route from one source port to another destination port. | ||
+ | |||
+ | ==== Configuration ==== | ||
+ | |||
+ | * Configuration files are located in / | ||
+ | * Log files are / | ||
+ | * Version freeze with stunnel-4.27, | ||
+ | |||
+ | ==== Notes ==== | ||
+ | |||
+ | Note that stunnel.conf configuration options change between versions. | ||
+ | stunnel.conf listed is known to work with stunnel-4.27. | ||
+ | |||
+ | The files in the 3form directory are the config and SSL files used on | ||
+ | knockturn.3-form.com | ||
+ | |||
+ | The slrealtors directory holds the SSL files necessary to connect to their | ||
+ | server, which is also running stunnel. | ||
+ | |||
+ | Please note that stunnel in itself is finicky to setup and configure, and get | ||
+ | working properly. | ||
+ | config, some to the syslog, some both, some none. | ||
+ | |||
+ | This packaged version of stunnel-4.27 is built against openssl-0.9.8 libs. | ||
+ | When built against openssl-1.0.0 libs, it will complain about a cipher missing | ||
+ | and exit. Experimenting with builds, it doesn' | ||
+ | one against 0.9.8 without using that as the system library as well. | ||