Hi,
Is it possible to run STunnel on my server to lisen to IP1 on port 443
And to have IIS listen to IP2 on port 443?
Should I make changes in the config file?
Thanks,
Reinier
Current server stunnel file:
cert = stunnel.pem
key = stunnel.pem
; Some performance tunings
socket = l:TCP_NODELAY=1
socket = r:TCP_NODELAY=1
; Authentication stuff
verify = 2
CAfile = certs.pem
; Use it for client mode
client = no
; Service-level configuration
[SQLServer]
accept = <IP1:xxx.xxx.xxx.xxx>:443
connect = 127.0.0.1:31433