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