0 Replies Latest reply on Feb 16, 2002 6:18 PM by ekarlsso

    Error when trying to access SSL server from application

    ekarlsso

      Hi,

      I have problem when I try to access a SSL port (other server) from my J2EE application. I'm using JBoss 2.44 -Tomcat 4.0+. The code works fine if it is executed outside the JBoss+Tomcat, but when invoked in the container following exception is thrown: javax.net.ssl.SSLException: untrusted server cert chain

      I have registered the required certificate to my JRE environment.

      Does anyone know what is the problem?

      - Erik