Issue in encryption mode selection for multiple source of apps

I have created 3 subdomains app.mydomain.com (connected to firebase app), sellercenter.mydomain.com (connected to firebase app) and server1.mydomain.com (connect to nodejs app hosted on AWS lightsail instance). The issue i’m facing is that when I make the encryption mode to full the subdomains connected to firebase apps work fine but the subdomain connected to nodejs doesn’t work. And if I make the encryption mode to flexible the subdomain connected to nodejs app works fine and subdomains connected to firebase app don’t work. I need help thanks

Then please install a valid SSL Cert on your NodeJS based application - or set a nginx proxy infront of it and implement it there. But your application needs to use a SSL Cert for SSL Mode “Full”.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.