File size: 162 Bytes
fca4fc0 |
1 2 3 4 5 6 7 8 9 10 11 |
fips = no
setuid = root
setgid = root
pid = /var/run/stunnel.pid
debug = 7
options = NO_SSLv2
options = NO_SSLv3
[redis-cli]
client = yes
accept = 127.0.0.1:6379
|
fca4fc0 |
1 2 3 4 5 6 7 8 9 10 11 |
fips = no
setuid = root
setgid = root
pid = /var/run/stunnel.pid
debug = 7
options = NO_SSLv2
options = NO_SSLv3
[redis-cli]
client = yes
accept = 127.0.0.1:6379
|