hi,
sorry for posting but i could not find an answer to my question within the history.
i am using stunnel to tunnel a http-request to a ssl/tls-secured server with client-authentication.
this works fine with the following stunnel.conf:
client = yes
foreground = no
cert = /path/to/clientcert.crt
key = /path/to/clientcert.key
debug = 7
output = path/to/log/stunnel.log
[example-srv]
accept = 127.0.0.1:44444
connect = example.host.org:443
now i have to go additionally via a proxy-server to reach this example.host.org
how do i have to change the stunnel.conf? i read something about the protocolHost-option, but i cant figure out how to set it up correctly.
thanks in advance!
Tom