0 Replies Latest reply on Jul 1, 2004 6:52 PM by treespace

    Getting SSLPeerUnverifiedException with https accesses

      We are using HTTPS connections to an application running on JBoss 3.2.3. We receive an SSL error with officially certs in production and with self-signed certs in development. This problem is not present in 3.2.5 but we are not ready to upgrade at the moment. Ideas?

      TIA!

      2004-06-30 10:14:39,709 DEBUG [org.apache.tomcat.util.net.jsse.JSSE14Support] Error getting client certs
      javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
      at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(DashoA6275)
      at org.apache.tomcat.util.net.jsse.JSSE14Support.getX509Certificates(JSSE14Support.java:151)
      at org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupport.java:166)
      at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:954)
      at org.apache.coyote.Response.action(Response.java:226)
      at org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest(CoyoteAdapter