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

Secure WebSockets support (TLS) #24

Open
piegamesde opened this issue Aug 5, 2021 · 2 comments
Open

Secure WebSockets support (TLS) #24

piegamesde opened this issue Aug 5, 2021 · 2 comments
Assignees
Labels
deployment An issue to do with "the" deployment enhancement New feature or request

Comments

@piegamesde
Copy link
Member

magic-wormhole/magic-wormhole-protocols#12 has made clear that we really should be using TLS. There's no documentation on that topic so I did the naive thing tried connecting to the rendezvous server using wss://relay.magic-wormhole.io:4000/v1. Unfortunately, it gives me TLS handshake timeout errors. Tested with both the Python and the Rust implementation.

@meejah
Copy link
Member

meejah commented Aug 5, 2021

This sounds like a deployment issue (that can only be fixed by @warner for "the default one).

@meejah meejah added the enhancement New feature or request label Aug 5, 2021
@piegamesde
Copy link
Member Author

I can confirm this is a deployment issue on <relay.magic-wormhole.io>. I deployed a Nginx proxy for the server and it works. You can try it out by using wss://piegames.de/wormhole-relay. (Obviously don't use in production, for obvious reasons.)

@meejah meejah added the deployment An issue to do with "the" deployment label Aug 9, 2021
@piegamesde piegamesde changed the title Secure WebSockets support Secure WebSockets support (TLS) Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deployment An issue to do with "the" deployment enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants