You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLS is enabled, and it's running on 443 standard HTTPS port.
wstunnel server is running like this: wstunnel server --restrict-http-upgrade-path-prefix ws_proxy ws://[::]:8080. Logs:
2023-11-12T11:34:18.437083Z INFO wstunnel: WsServerConfig { socket_so_mark: None, bind: [::]:8080, restrict_to: None, websocket_ping_frequency: None, timeout_connect: 10s, websocket_mask_frame: false, tls: false }
2023-11-12T11:34:18.437139Z INFO wstunnel::tunnel::server: Starting wstunnel server listening on [::]:8080
wstunnel client is running like this: wstunnel.exe client -L socks5://0.0.0.0:8888 --http-upgrade-path-prefix ws_proxy wss://myserver.com/ Logs:
2023-11-10T20:42:28.938420Z INFO wstunnel::tls: Doing TLS handshake using sni DnsName("myserver.com") with the server myserver.com:443
2023-11-10T20:42:31.231458Z INFO wstunnel::tcp: Opening TCP connection to myserver.com:443
2023-11-10T20:42:31.247044Z INFO wstunnel::tcp: Opening TCP connection to myserver.com:443
2023-11-10T20:42:31.333049Z INFO wstunnel::tls: Doing TLS handshake using sni DnsName("myserver.com") with the server myserver.com:443
2023-11-10T20:42:31.359116Z INFO wstunnel::tls: Doing TLS handshake using sni DnsName("myserver.com") with the server myserver.com:443
2023-11-10T20:42:35.853700Z INFO wstunnel::tcp: Opening TCP connection to myserver.com:443
2023-11-10T20:42:35.992473Z INFO wstunnel::tls: Doing TLS handshake using sni DnsName("myserver.com") with the server myserver.com:443
There is nothing on Nginx access or error logs.
Long story short it is not working behind Nginx. Am I missing something?
The text was updated successfully, but these errors were encountered:
Thanks for your websocket tunnel implementation!
I've wanted to run it behind NGINX reverse proxy with TLS.
nginx config part:
TLS is enabled, and it's running on 443 standard HTTPS port.
wstunnel server is running like this:
wstunnel server --restrict-http-upgrade-path-prefix ws_proxy ws://[::]:8080
. Logs:wstunnel client is running like this:
wstunnel.exe client -L socks5://0.0.0.0:8888 --http-upgrade-path-prefix ws_proxy wss://myserver.com/
Logs:There is nothing on Nginx access or error logs.
Long story short it is not working behind Nginx. Am I missing something?
The text was updated successfully, but these errors were encountered: