sahilph / umbrel-HTTPSizer

Secure Umbrel on your local network with HTTPS
1 stars 0 forks source link

Nostr relay #5

Open jjmmbb opened 1 week ago

jjmmbb commented 1 week ago

Clients can not connect to Nostr Relay anymore.

sahilph commented 1 week ago

I have not used that app. But based Umbrel's on the documentation it seems that you have to use "ws://umbrel:4848" for the connection.

So in this case, you will have to use "wss://umbrel:4848" for the secure connection, have you tired that ?

jjmmbb commented 1 week ago

I have not used that app. But based Umbrel's on the documentation it seems that you have to use "ws://umbrel:4848" for the connection.

So in this case, you will have to use "wss://umbrel:4848" for the secure connection, have you tired that ?

Yes. I have tried both. ws:// doesn't work anymore and wss:// don't connect. I think that is a problem caused by warning about the certificate.

sahilph commented 1 week ago

Are you using tailscale to access it, if yes then this most likely is related to #3 and should work when that is completed.

Temporarily, you can just set the clients to ignore the SSL errors. On the client devices that you are using, is there any way for them to ignore SSL errors ?

jjmmbb commented 1 week ago

Temporarily, you can just set the clients to ignore the SSL errors. On the client devices that you are using, is there any way for them to ignore SSL errors ?

I have tried on local addresses different from tail and unfortunatelly Nostr Clients doesn't have an option to ignore SSL errors.

sahilph commented 23 hours ago

Has the new update solved this Nostr relay issue ?