Open
Description
The web client uses websockets when the protocol is http, and HTTP/2 when the protocol is https. In some circumstances, a user might want to configure to use websockets over https.
This can be achieved by changing the code as seen in this commit 8847c7f
Unfortunately, this is a compilation time decision, and not something that can be accomplished via startup configuration.
I'm not sure if there is a way where the client can be more "open" and allow some sort of server negotiation, or if there is another strategy we could employ to a better support this use case.