I am trying to install SSL certificates on tomcat on Windows 2012 R2 server . I followed the normal procedure:
created keystore
generated csr
got certificates from Godaddy
imported certificates into the keystore
updated server.xml with the correct values
restarted tomcat
However , when I run the URL it is pointing to some self signed root certificate.
I tried clearing tomcat cache but it is not working . I am looking for suggestions what might be preventing tomcat from sending the correct certificate ?