stunnel with client-auth via proxy-server
| Newsgroups | gmane.network.stunnel.user |
|---|---|
| Message-ID | <trinity-f51bf4f1-091a-4e3d-aaca-6a63fbecfea9-1523464644185@3c-app-gmx-bs14> |
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 _______________________________________________ stunnel-users mailing list [email protected] https://www.stunnel.org/cgi-bin/mailman/listinfo/stunnel-users