btarg / Xash3D-Emscripten

A re-upload of mittorn's Emscripten port of Xash3D.
https://icrazyblaze.github.io/Xash3D-Emscripten/
113 stars 93 forks source link

websocket proxy and https #2

Open mittorn opened 6 years ago

mittorn commented 6 years ago

Browsers have restriction that does not allow https sites to access ws:// servers Is it possible to downgrade security to http? maybe some iframe trick will allow that? Do you have any idea? wss:// is really big overhead for server (slow handshake, frame encryption) and i will not be able to get certificate for the-swank's domain. wss:// does not work with self-signed certificates: browsers just do not show confirmation dialog for it

btarg commented 5 years ago

I don't know if this is possible. Also, sorry for late reply, I've been working on some projects recently

seisdr commented 3 years ago

any updates