Setup the below Debug Configuration to gather additonal logging: 1. Under Configuration-> Server->Communications Set "Generate SSL Diagnostics" and "Generate SSL Diagnostics(On Server Restart)" to True After the use case is tried again and the logs are collected, you can set them back to "False" 2. In the Server log4j.properties uncomment the following line: log4j.logger.com.compositesw.server.security=DEBUG
As per the log, customer is using a pfx file as the keystore (DEBUG [main] 2017-06-28 10:54:40.717 -0600 KeyStoreUtil - Loading keystore "<INSTALL>\conf\server\security\etringer.us.lmco.com.pfx
Converted pfx certificate to jks file by using the below command: keytool -importkeystore -srckeystore mypfxfile.pfx -srcstoretype pkcs12 -destkeystore clientcert.jks -deststoretype JKS
Restarted TDV and customer to access the Web Manager successfully.