Greetings, Yuri! > I've built the proxytunnel project in Cygwin > (https://github.com/proxytunnel/proxytunnel).
> It is usually used to tunnel ssh through https using the https CONNECT > command. > The command "proxytunnel --no-check-certificate -E -p > {https-proxy-host}:{https-proxy-port} -d 127.0.0.1:22" works on Linux and BSD. > However, it fails in Cygwin with the exit code 1 > (SSL_TLSEXT_ERR_ALERT_WARNING), which causes this error message in > proxytunnel: >> SSL_set_tlsext_host_name returned: 1 (0x1). TLS SNI error, giving up This error means that a connecting party had sent server name which server did not acknowledge. > This prevents proxytunnel from being able to connect to the remote peer. > What might be wrong? If possible, I would look at the protocol log for connection, if I were you. -- With best regards, Andrey Repin Monday, May 8, 2023 13:09:25 Sorry for my terrible english... -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple