HeinrichApfelmus / threepenny-gui

GUI framework that uses the web browser as a display.
https://heinrichapfelmus.github.io/threepenny-gui/
Other
437 stars 77 forks source link

support https (wss) #210

Open stefang84 opened 6 years ago

stefang84 commented 6 years ago

When using https secure websockets (wss) have to be used. Also the slice(5) doesn't work properly for https as it would include the colon.

HeinrichApfelmus commented 6 years ago

I don't think that that the web server supports https at the moment. Would be nice, though.

stefang84 commented 6 years ago

Sorry, I didn't think about that. You are probably right. But if the server runs behind a load balancer or reverse proxy which cares for the ssl and forwards http requests https can be used but only if wss is used instead of ws.