Websocket handshake error with MeteorJS app modular

The thing is, I have a MeteorJS application deployed modulo. When using a module url like. "myapp-12312.onmodulus.net" everything works fine.

BUT when using a custom domain and accessing the app via "myapp.mydomain.com" (configured in my DNS) I get the following error message:

"Error during WebSocket handshake: Unexpected response code: 400"

Has anyone had the same problem with MeteorJS and domains?

respectfully

+3


source to share


1 answer


I had the same problem and got an SSL certificate for my domain as suggested in this post .



Everything is working fine now.

+1


source







All Articles