I got same exception message. And Bill Barker told me this is a bug in Tomcat 4.1.12.
Following message was from him: The SSL support in 4.1.12 is broken with JVM 1.4.x. You need to copy http://gump.covalent.net/jars/latest/jakarta-tomcat-connectors/tomcat-util.jar. jar to $CATALINA_HOME/server/lib to fix (or wait, hopefully not long, for 4.1.13). I tried this new jar file, yes, the exception message was disappeared. But It brings another problem, it will always ask client certificate even if you set ClientAuth="false". I did not try new 4.1.13 yet. Maybe you can try that one first. Thanks Jack -----Original Message----- From: Tim C. [mailto:timuk10@;hotmail.com] Sent: Thursday, October 31, 2002 7:40 AM To: [EMAIL PROTECTED] Subject: WARNING: Exception getting SSL attributes I was wondering whether anyone else has seen this or knows what it means. I am using HTTPS and the connections are made fine to the tomcat4.1.12 server (jakarta-tomcat-4.1.12-LE-jdk14). However, on each connection the following warning is given in the logs: WARNING: Exception getting SSL attributes javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificateChain(DashoA6275) at org.apache.tomcat.util.net.JSSESupport.getPeerCertificateChain(JSSESupport.java:118) at org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:543) at org.apache.coyote.Response.action(Response.java:216) at org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:314) at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:221) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:405) at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:380) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:508) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:533) at java.lang.Thread.run(Thread.java:536) What does this mean? Where have I gone wrong? TIA! _________________________________________________________________ Surf the Web without missing calls!�Get MSN Broadband. http://resourcecenter.msn.com/access/plans/freeactivation.asp -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org> -- To unsubscribe, e-mail: <mailto:tomcat-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>
