Our wildcard certificate works fine on apache webservers, but when we configure it to work in tomcat it become unable to call service from another service and ssl online validation tools reports errors.
For ex., User in WEB browser can open website running on a tomcat, but when we try to validate our website, ex. We got SSL chain error:
https://www.sslshopper.com/ssl-checker.html#hostname=https://maksatnespeja.ur.gov.lv/
on Apache webserver we got correct validation
https://www.sslshopper.com/ssl-checker.html#hostname=https://www.ur.gov.lv/
We also have tried to add certificates like described here: https://uk.godaddy.com/help/tomcat-generate-csrs-and-install-certificates-5239
Solution was without success:
We have these set of certificates in our tomcat keystore:
Please guide me, what else I need to add/remove/replace in my keystore to get certificates validate correctly in tomcat environment.
I'm having the same problem. Have you resolved this issue? If so, would you share the solution.