Procedure to enable SSL for WebView
APM 10.8
1) Edit \config\IntroscopeWebView.properties
Uncomment #introscope.webview.jetty.configurationFile=webview-jetty-config.xml
to
introscope.webview.jetty.configurationFile=webview-jetty-config.xml
The default https port is 8443
2) Go to \config\internal\server\ and make a backup copy of the keystore file
Import your cert to the keystore file using the keytool command
The default password for the keystore file is password
Example:
keytool -import -alias myalias -file mycert.crt -keystore keystore -storepass password
3) If you import your cert with a different alias, you need to edit \config\webview-jetty-config.xml
Change the alias in line <Set name="validateCerts">
4) Restart the Webview service.