Secure Websocket Server with uWebsockets.js

That still is not going to work, the reverse-proxy sends incoming requests insecurely to your project, meaning that it sends either http or ws, it just doesn’t have the ability to send as https or wss. This is limitations you’re gonna have to live with.

2 Likes