You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chris Massam <ch...@yellowtuna.co.nz> on 2003/08/20 23:22:49 UTC

Exception get SSL attributes - SSLPeerUnverifiedException: peer not authenticated.

Hi there,

Since upgrading from Tomcat4.1.24 to 4.1.27 I have been seeing these 
again in the catalina.out log.
I seem to rememeber this being present in a previous build (4.1.13 prehaps).

I'm running JDK1.3.1_06 with JSSE extensions.

This dosn't seem to be causing any problems - just a 20MB log file per day!!

[WARN] Http11Processor - -Exception getting SSL attributes  
<javax.net.ssl.SSLPeerUnverifiedException: peer not 
authenticated>javax.net.ssl.SSLPeerUnverifiedException: peer not 
authenticated
        at 
com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificateChain(DashoA6275)
        at 
org.apache.tomcat.util.net.jsse.JSSESupport.getX509Certificates(JSSESupport.java:113)
        at 
org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupport.java:161)
        at 
org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:748)
        at org.apache.coyote.Response.action(Response.java:222)
        at 
org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:321)
        at 
org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:221)
        at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
        at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
        at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
        at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
        at java.lang.Thread.run(Thread.java:479)

Kind Regards,
Chris


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


Re: Exception get SSL attributes - SSLPeerUnverifiedException: peer not authenticated.

Posted by Bill Barker <wb...@wilshire.com>.
I just ported the patch from the j-t-c HEAD.  Yes, the error is harmless
(except for the disk space it takes up :).  TC 4.1.28 should be quieter.  If
you need it sooner, then you can grab it from the CVS and re-compile.

"Chris Massam" <ch...@yellowtuna.co.nz> wrote in message
news:3F43E6A9.801@yellowtuna.co.nz...
> Hi there,
>
> Since upgrading from Tomcat4.1.24 to 4.1.27 I have been seeing these
> again in the catalina.out log.
> I seem to rememeber this being present in a previous build (4.1.13
prehaps).
>
> I'm running JDK1.3.1_06 with JSSE extensions.
>
> This dosn't seem to be causing any problems - just a 20MB log file per
day!!
>
> [WARN] Http11Processor - -Exception getting SSL attributes
> <javax.net.ssl.SSLPeerUnverifiedException: peer not
> authenticated>javax.net.ssl.SSLPeerUnverifiedException: peer not
> authenticated
>         at
>
com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificateChain(DashoA62
75)
>         at
>
org.apache.tomcat.util.net.jsse.JSSESupport.getX509Certificates(JSSESupport.
java:113)
>         at
>
org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupp
ort.java:161)
>         at
> org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:748)
>         at org.apache.coyote.Response.action(Response.java:222)
>         at
>
org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:
321)
>         at
> org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:221)
>         at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
>         at
>
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:392)
>         at
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
>         at
>
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:619)
>         at java.lang.Thread.run(Thread.java:479)
>
> Kind Regards,
> Chris




Re: Exception get SSL attributes - SSLPeerUnverifiedException: peer not authenticated.

Posted by Bill Barker <wb...@wilshire.com>.
I just ported the patch from the j-t-c HEAD.  Yes, the error is harmless
(except for the disk space it takes up :).  TC 4.1.28 should be quieter.  If
you need it sooner, then you can grab it from the CVS and re-compile.

"Chris Massam" <ch...@yellowtuna.co.nz> wrote in message
news:3F43E6A9.801@yellowtuna.co.nz...
> Hi there,
>
> Since upgrading from Tomcat4.1.24 to 4.1.27 I have been seeing these
> again in the catalina.out log.
> I seem to rememeber this being present in a previous build (4.1.13
prehaps).
>
> I'm running JDK1.3.1_06 with JSSE extensions.
>
> This dosn't seem to be causing any problems - just a 20MB log file per
day!!
>
> [WARN] Http11Processor - -Exception getting SSL attributes
> <javax.net.ssl.SSLPeerUnverifiedException: peer not
> authenticated>javax.net.ssl.SSLPeerUnverifiedException: peer not
> authenticated
>         at
>
com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificateChain(DashoA62
75)
>         at
>
org.apache.tomcat.util.net.jsse.JSSESupport.getX509Certificates(JSSESupport.
java:113)
>         at
>
org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupp
ort.java:161)
>         at
> org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:748)
>         at org.apache.coyote.Response.action(Response.java:222)
>         at
>
org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:
321)
>         at
> org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:221)
>         at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)
>         at
>
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConne
ction(Http11Protocol.java:392)
>         at
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
>         at
>
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.jav
a:619)
>         at java.lang.Thread.run(Thread.java:479)
>
> Kind Regards,
> Chris




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