On Tue, Oct 6, 2020 at 4:53 PM Sam Ruby <ru...@intertwingly.net> wrote: > > When the client > connected to the websocket process directly it made a lot of sense for > that process to implement SSL. Now that that is no longer the case, > it no longer is necessary. In fact, it no longer is necessary for the > websocket to be running as root, as that is only done to enable it to > access the certificates.
Dropping the internal SSL connection enables browsers (including Firefox) to connect to the websocket again. - Sam Ruby