"Nathan Maves" <Nathan.Maves@(protected)
news:9D4E821E-9F81-11D8-840E-000393C7A454@(protected)...
> Is anyone aware of problems using a PKCS10 cert with Tomcat 5.0.19?
>
Nope. At a guess, you haven't imported the CA cert into your keystore.
From your description, you may also be missing the private key. Your best
bet is to review the Tomcat ssl-howto, and see which steps you skipped :).
>
> On May 5, 2004, at 12:49 PM, Nathan Maves wrote:
>
> > Our internal CA issued us a PKCS10 certificate but we can not get
> > Tomcat 5.0.19 to recognize it.
> >
> > We imported the PKCS10 Cert using Keytool (java) which worked well.
> > We then added the created .keystore to a new Connector using port 443.
> >
> >
> > Here is the error that we are getting....
> >
> > WARNING: Reinitializing ServerSocket
> > May 3, 2004 9:29:59 AM
org.apache.tomcat.util.net.PoolTcpEndpoint> > acceptSocket
> > SEVERE: Endpoint [SSL:
> > ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8443]] ignored
> > exception:
java.net.SocketException: SSL handshake
> > errorjavax.net.ssl.SSLException: No available certificate corresponds
> > to the SSL cipher suites which are enabled.
> >
java.net.SocketException: SSL handshake
> > errorjavax.net.ssl.SSLException: No available certificate corresponds
> > to the SSL cipher suites which are enabled. at
> >
org.apache.tomcat.util.net.jsse.JSSESocketFactory.acceptSocket(JSSESock
> > etFactory.java:154)
> > at
> >
org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint
> > .java:410)
> > at
> > org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:
> > 591)
> > at
> >
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPoo
> > l.java:688)
> > at
java.lang.Thread.run (
Thread.java:534)
> >
> >
> > Nathan
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
> > For additional commands, e-mail: tomcat-user-help@(protected)
> >
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)