I'm sorry to bring this up again, but no one answered.

Is there really no one who can help me with this?

Thanks again!
Tom


Anfang der weitergeleiteten E-Mail

Von: [email protected]
Datum: 11. April 2018 um 18:37
An: [email protected]
Betreff: stunnel with client-auth via proxy-server

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