0

I am using stunnel in Windows so that I change HOST file and stunnel.conf configuration file and usually it works. But I would like to open in a browser the web https://clienttest.ssllabs.com:8443/ssltest/viewMyClient.html

No success so far. Is it possible? How the configuration should look like?

For instance, wikipedia web pages works with this configuration:

[en.wikipedia.org]
client = yes
accept = 127.0.2.1:80
connect = 91.198.174.192:443

[commons.wikimedia.org]
client = yes
accept = 127.0.2.3:80
connect = 91.198.174.192:443

[upload.wikimedia.org]
client = yes
accept = 127.0.2.4:80
connect = 91.198.174.208:443

But this approach does not work with the ssllabs.com . Does anybody know how the configuration should look like?

0 Answers0