IOException caught: javax.net.ssl.SSLException: untrusted server cert chain
I am trying to implement SSL into my Tomcat servlet container, but now several of my servlet calls are returning:
IOException caught: javax.net.ssl.SSLException: untrusted server cert chain
I have done everything I can think of to try and correct this issue. I have imported my certificate from Verisign and the Verisign CA certificate into the keystore. I even imported both certificates into the cacerts file, but I still get the error. I have updated the java.security file and downloaded the SSL jar files into %JAVA_HOME%\jre\lib\ext. I can't figure out why I would continue to see this error message. Are there any tools I can use to help me debug this error? Thanks.

