Created
August 1, 2011 23:52
-
-
Save leedo/1119269 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| No limit detected for the number of clients | |
| signal_pipe: FD=3 allocated (non-blocking mode) | |
| signal_pipe: FD=4 allocated (non-blocking mode) | |
| stunnel 4.41 on x86_64-unknown-linux-gnu platform | |
| Compiled/running with OpenSSL 1.0.0d 8 Feb 2011 | |
| Threading:PTHREAD SSL:ENGINE Auth:none Sockets:POLL,IPv6 | |
| stunnel 4.41 on x86_64-unknown-linux-gnu platform | |
| Compiled/running with OpenSSL 1.0.0d 8 Feb 2011 | |
| Threading:PTHREAD SSL:ENGINE Auth:none Sockets:POLL,IPv6 | |
| Global option defaults | |
| debug = daemon.notice | |
| pid = /usr/local/var/run/stunnel/stunnel.pid | |
| RNDbytes = 64 | |
| RNDfile = /dev/urandom | |
| RNDoverwrite = yes | |
| Service-level option defaults | |
| cert = /usr/local/etc/stunnel/stunnel.pem | |
| ciphers = ALL:!SSLv2:!aNULL:!EXP:!LOW:-MEDIUM:RC4:+HIGH | |
| curve = prime256v1 | |
| session = 300 seconds | |
| sslVersion = TLSv1 for client, all for server | |
| stack = 65536 bytes | |
| TIMEOUTbusy = 300 seconds | |
| TIMEOUTclose = 60 seconds | |
| TIMEOUTconnect = 10 seconds | |
| TIMEOUTidle = 43200 seconds | |
| verify = none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| stunnel 4.35 on x86_64-pc-linux-gnu with OpenSSL 1.0.0d 8 Feb 2011 | |
| Threading:PTHREAD SSL:ENGINE Sockets:POLL,IPv6 Auth:LIBWRAP | |
| Global options | |
| debug = daemon.notice | |
| pid = /var/run/stunnel4.pid | |
| RNDbytes = 64 | |
| RNDfile = /dev/urandom | |
| RNDoverwrite = yes | |
| Service-level options | |
| cert = /etc/stunnel/stunnel.pem | |
| ciphers = ALL:!aNULL:!eNULL:!SSLv2 | |
| curve = sect163r2 | |
| session = 300 seconds | |
| stack = 65536 bytes | |
| sslVersion = SSLv3 for client, SSLv3 for server | |
| TIMEOUTbusy = 300 seconds | |
| TIMEOUTclose = 60 seconds | |
| TIMEOUTconnect = 10 seconds | |
| TIMEOUTidle = 43200 seconds | |
| verify = none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment