TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.
http://tootallnate.github.io/Java-WebSocket
MIT License
10.47k stars 2.57k forks source link

how upgrade https to wss #1305

Closed 371873574 closed 1 year ago

371873574 commented 1 year ago

how upgrade https to wss, instead of nginx: location /wss/ { proxy_pass https://k8s.tudoucloud.com:6443/apis/subresources.kubevirt.io/v1/namespaces/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header X-Real-IP $remote_addr; }

marci4 commented 1 year ago

Not relevant to this library.