Welcome! Log In Create A New Profile

Advanced

Tunnel TLS similar to Websockets

pablo platt
April 01, 2014 03:20AM
Hi,

Is it possible to tunnel TLS on one host without terminating it like
Websockets are tunneled?
http://nginx.org/en/docs/http/websocket.html

location / {
proxy_pass http://backend;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}

If I understand correctly, both Websockets and TLS send HTTP/1.1 CONNECT
request and than Upgrade header.

Can I use proxy_pass in a server block?

Thanks
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Tunnel TLS similar to Websockets

pablo platt April 01, 2014 03:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 97
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready