DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18690>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18690

Certificate convertion failed

           Summary: Certificate convertion failed
           Product: Tomcat 4
           Version: 4.1.24
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


We're using Apache 2.0.43 as an SSL frontend for an application, Tomcat 4.1.24 
is behind Apache Server. We are using mod_jk2 in order to connect the AppServer 
and the WebServer.

We are trying to recover user certificate from request, and we receive a bug 
like:

04-abr-2003 9:20:09 org.apache.jk.server.JkCoyoteHandler action
GRAVE: Certificate convertion failed
java.security.cert.CertificateException: Unable to initialize, java.io.IOExcepti
on: insufficient data
        at sun.security.x509.X509CertImpl.<init>(X509CertImpl.java:287)
        at sun.security.provider.X509Factory.engineGenerateCertificate(X509Facto
ry.java:94)
        at java.security.cert.CertificateFactory.generateCertificate(Certificate
Factory.java:389)
        at org.apache.jk.server.JkCoyoteHandler.action(JkCoyoteHandler.java:395)
        at org.apache.coyote.Response.action(Response.java:222)
        at org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest(CoyoteAdapte
r.java:310)
        at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:22
1)
        at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:261)
        at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:360)
        at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:604)
        at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.ja
va:562)
        at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:679)
        at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
ool.java:619)
        at java.lang.Thread.run(Thread.java:536)

We have tested the same application with the same apache server with Tomcat 
4.1.12 and Tomcat 4.1.18. With Tomcat 4.1.12 the application works properly, 
but 4.1.18 fails in the same way as Tomcat 4.1.24.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to