I'm trying use SNI on Windows (server 2003 R2 or XP)
stunnel 5.01 on x86-pc-msvc-1500 platform Compiled/running with OpenSSL 1.0.1g-fips 7 Apr 2014
stunnel.config ... [main] accept = 60000 connect = 10.0.21.1:80
[ssh] connect = 10.0.21.1:22 sni=main:ssh
Client has line sni=ssh, but server not see this and attempt connect to :80. I'm try connect from linux and windows, same result For server on linux all work fine.
?