Loading
Network error

Looker

Implement HTTPS on Tomcat Server for Pega application

Started by soumyarani in Looker April 9, 2022 12:24 PM

Q: We have an Tomcat App server and we are running Pega Certification 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.