Created
August 30, 2011 07:34
-
-
Save vincentbernat/1180393 to your computer and use it in GitHub Desktop.
stunnel configuration for SSL benchmark
This file contains 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
pid = /var/run/stunnel.pid | |
socket = a:SO_REUSEADDR=1 | |
socket = l:TCP_NODELAY=1 | |
socket = r:TCP_NODELAY=1 | |
debug = 2 | |
[ssl_frontend] | |
client = no | |
key = /WOO/server1024.key | |
cert = /WOO/server1024.crt | |
accept = 0.0.0.0:443 | |
connect = 172.31.208.2:80 | |
ciphers = ALL | |
;sessiond = 127.0.0.1:54321 | |
;session = 60 | |
TIMEOUTconnect = 5 | |
TIMEOUTbusy = 25 | |
TIMEOUTidle = 25 | |
TIMEOUTclose = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment