-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
websocket proxy and https #2
Comments
I don't know if this is possible. Also, sorry for late reply, I've been working on some projects recently |
any updates |
Open
Maybe a solution for peer to peer lan games could be implemented? way easier |
Not easier because webrtc is much more complex than websocket
9 декабря 2024 г. 8:57:57 GMT+03:00, forbenaj ***@***.***> пишет:
…Maybe a solution for peer to peer lan games could be implemented? way
easier
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: