Skip to content

Instantly share code, notes, and snippets.

@elvinio
Last active August 29, 2015 14:25
Show Gist options
  • Save elvinio/29c4a4a93fbf965393c2 to your computer and use it in GitHub Desktop.
Save elvinio/29c4a4a93fbf965393c2 to your computer and use it in GitHub Desktop.
Stunnel configuration
client = yes
cert = /home/test/test.pem
debug = 7
pid = /home/test/pid
output = /home/test/log
;output = /dev/stdout
fips = no
socket = r:TCP_NODELAY=1
socket = l:TCP_NODELAY=1
sslVersion = TLSv1.1
[prices]
accept = 8443
connect = x.x.x.x:443
verify = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment