How to enable https with custom certificate only WebView only
search cancel

How to enable https with custom certificate only WebView only

book

Article ID: 381205

calendar_today

Updated On:

Products

CA Application Performance Management (APM / Wily / Introscope)

Issue/Introduction

Procedure to enable SSL for WebView

Environment

APM 10.8

Resolution

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.