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 prevents proxytunnel from being able to connect to the remote peer.


What might be wrong?



Thank you,

Yuri



--
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

Reply via email to