Switched to https on galaxy now I get stream error Error during WebSocket handshake: Unexpected response code: 301

I just recently switched an app over galaxy to use ssl, and now I’m getting this error: stream error Error during WebSocket handshake: Unexpected response code: 301

One app is the frontend that connects to the backend app trough

DDP.connect('https://backendUrl:443');

I’m clueless why galaxy is throwing this error,

Anyone has run into this and was able to fixed it?

Thanks!

1 Like