NodeBalancers and WebSockets

I'm trying to setup a NodeBalancer for a WebSockets based game. I'd like to encrypt the traffic and have the NB terminate it. It seems a certificate can only be setup for termination for HTTPS configurations instead of TCP (WebSockets). Given that, what would you do? I'd rather avoid setting up more infrastructure (HA NGINX reverse proxy) but I suppose I have to?

Thanks

1 Reply

You can use websockets with an HTTPS load balancer.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct