-
I have a standard hocuspocus server:
which works fine when client is connecting by When I deploy it to server, remote client can connect by When I try to connect by domain name Why is that happening? I am pretty sure that the domain name has been bound to server address. I have tested the connection with telnet, which works just fine. Can someone please help? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hard to tell without further insights into your setup.
Make sure this is really the case, otherwise it cannot work. Do you use any kind of proxy like nginx in front of the server or other services? Maybe the browser prevents the request as you’re trying to connect to a insecure websocket address. (Check your network tab) However, it should definitely work with a domain name. |
Beta Was this translation helpful? Give feedback.
-
Thanks for tip. |
Beta Was this translation helpful? Give feedback.
-
I am reverse proxying it using caddy. It’s simple. |
Beta Was this translation helpful? Give feedback.
Thanks for tip.
It was indeed a network setup problem at our server side.