Edit the environment variables in the SAM runcmd_env.sh file to support SSL.

Prerequisites

Both SM_CAS_SERVER and SM_TOMCAT_SERVER must be configured to support SSL. The SM_CAS_SERVER environment variable is set to the URL for M&R. The SM_TOMCAT_SERVER environment variable is set to the URL for the SAM Tomcat server.

Procedure

  1. Enter the secure port and protocol used to log into M&R in the SM_CAS_SERVER variable. For example, SM_CAS_SERVER=https://<cas-serverhost>:58443
  2. Enter the secure port and protocol used to log into SAM Tomcat server in the SM_TOMCAT_SERVER variable. For example, SM_TOMCAT_SERVER=https://<smarts-tomcat-server-host>:8443

What to do next

Stop and restart the SAM service to make the changes take effect. For example:
sm_service stop ic-sam-server-pres
sm_service start ic-sam-server-pres