pavanhkrc Posted December 30, 2022 Posted December 30, 2022 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.
Sensei Posted December 31, 2022 Posted December 31, 2022 (edited) Did you read it carefully? https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html (change 7.0 to the appropriate one in your case) Also worth checking out: https://www.google.com/search?q="this+certificate+is+invalid"+tomcat maybe someone has encountered a similar problem to yours and managed to solve it (or someone has hinted at how to do it) Edited December 31, 2022 by Sensei
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now