After installing Spectrum OneClick we configured SSL for HTTPS following the documentation.
After doing so the OneClick administration website works fine but launching WebApp fails. It hangs at the "Starting your application" message box.
There aren't clear errors found appearing in the $SPECROOT/webtomcat/logs/catalina.out when reproducing the issue.
All supported Network Observability DX NetOps Spectrum OneClick web server releases
Misconfigured $SPECROOT/webtomcat/bin/webswing-admin.properties and $SPECROOT/webtomcat/bin/webswing.config files.
To resolve this issue take the following steps.
# set the file names of audit and webswing log files, only if you changed the default log file names in log4j2.xml
#webswing.log.file.audit=audit.log
#webswing.log.file.server=webswing.log
webswing.server.websocket.truststore.type = JKS
webswing.server.websocket.truststore = ../../custom/keystore/cacerts
webswing.server.websocket.truststore.password = changeit
webswing.server.websocket.hostnameVerifier.disabled = true