...
Open port 443 on the MMS server and verify connectivity to it from the MSA using the curl command:
curl -v https://jsdr-mms.azurewebsites.net:443
If the connection appears valid, wait a period of time to see if the warning goes away automatically.
If the warning persists, restart the vme2 service on the MSA using the command:
#service vme2 restart
The Postgresql PostgreSQL and Tomcat8 services used by JetStream DR software will be stopped and then restarted.
The Postgresql PostgreSQL service is the MSA DB service and the Tomcat8service is a webserver service.
Verify that status of the MSA services using the command:
#service vme2 status
. Pgsql and Tomcat8 services should both appear running.
...