You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Giuseppe Briotti <g....@mclink.it> on 2004/11/05 10:17:01 UTC

Error getting client certs

JBoss 3.2.3 + Tomcat 4.1.29 embedded + SSL

At each page called, I have this exception:

2004-11-03 16:53:12,294 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.java:303)
 at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:195)
 at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:781)
 at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:549)
 at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:605)
 at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:677)
 at java.lang.Thread.run(Thread.java:534)

This is the https and http connector conf.:

<Connector className = "org.apache.coyote.tomcat4.CoyoteConnector"
address="${jboss.bind.address}" 
port = "8443" 
scheme = "https" 
secure = "true">

<Factory 
className = "org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
keystoreFile="${jboss.home.dir}/keys/MyKeyStore.jks"
keystorePass="j2eejboss"
clientAuth="false"
protocol = "TLS"/>

</Connector>

<Connector className="org.apache.coyote.tomcat4.CoyoteConnector"
address="${jboss.bind.address}" 
port="8080" 
redirectPort="8443" 
minProcessors="5" 
maxProcessors="100"
enableLookups="true" 
acceptCount="10" 
debug="0"
connectionTimeout="20000" 
useURIValidationHack="false"/>

Any hints?

TIA

G



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org