Skip to content
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

Support wss:// (websocket secure, like https://) for packet encryption #24

Open
deathcap opened this issue Jan 17, 2016 · 0 comments
Open

Comments

@deathcap
Copy link
Owner

wsmc skips the HANDSHAKING phase, so it does not use MC protocol encryption. As an alternative, it should support using secure websockets (the 'wss://' protocol scheme instead of 'ws://').

This is likely a trivial change, substituting ws with wss in the URL, but testing requires a valid certificate (perhaps use: https://letsencrypt.org - though it seems https://deathcap.github.io also has a valid cert, but we need one on the ws server)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant