Hi,
I have an app on Galaxy EU and one on Galaxy US.
Https is enabled on both apps and Force HTTPS
is on.
When I do a DDP.Connect over Https from the US server to the EU server I get the following error:
Network error: wss://[domain]/websocket: 140678475405184:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error:../deps/openssl/openssl/ssl/s23_clnt.c:769:
But when I do the same DDP.Connect over http (and not over https) I won’t get this error.
Unfortunately, if I do this, I get Mixed Content
errors on the client.
Does anyone know what I can do to fix this, without having to move the apps.
Thx!