<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div style="font-family: Verdana;font-size: 12.0px;">
<div>
<div>hi,</div>

<div> </div>

<div>sorry for posting but i could not find an answer to my question within the history.</div>

<div> </div>

<div>i am using stunnel to tunnel a http-request to a ssl/tls-secured server with client-authentication.</div>

<div> </div>

<div>this works fine with the following stunnel.conf:</div>

<div> </div>

<div>
<div>client = yes<br/>
foreground = no<br/>
cert = /path/to/clientcert.crt<br/>
key = /path/to/clientcert.key<br/>
debug = 7<br/>
output = path/to/log/stunnel.log</div>

<div> </div>

<div>[example-srv]<br/>
accept = 127.0.0.1:44444<br/>
connect = example.host.org:443</div>
</div>

<div> </div>

<div>now i have to go additionally via a proxy-server to reach this example.host.org</div>

<div> </div>

<div>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.</div>

<div> </div>

<div>thanks in advance!</div>

<div>Tom</div>
</div>
</div>
</div></div></body></html>