Implement HTTPS on Tomcat Server for Pega application

We have an Tomcat App server and we are running Pega application on top of it, we would like to implement HTTPS for our application. I have been provided with CA certificate to implement HTTPS.
Process: To achieve this I have created a key store and I have imported the CA certificate into it and changed some configurations in server.xml file. I have also given Key store path and key store password. After restarting the server, I was able to browse the URL with HTTPS, but it is throwing an error saying “this certificate is invalid”. As per my understanding, it is taking the key store private key certificate instead of CA certificate which is incorrect. Can some please advise me how to solve this issue.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.