You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Indu biju <in...@gmail.com> on 2008/04/22 10:28:00 UTC

Re: java.net.SocketException: SSL handshake error

On Tue, Apr 22, 2008 at 10:59 AM, Indu biju <in...@gmail.com> wrote:

> Dear All,
>
> I am trying to install SSL certificate for Tomcat
>
> i bought SSL cert from GeoTrust  and configured the domain with https://
>
> But when i try to make a payment with bank, the call returns error. I
> contacted the bank and they said i have to import their verisign certificate
> to my trusted keystore. I did that, and now my keystore has three
> certificates trusted, 2 from verisign and 1 ours. But when i try the payment
> i get an error-- No available certificate corresponds to the SSL cipher
> suites which are enabled.
>
> Please tell me how this can be corrected .
>
> Apr 22, 2008 10:42:48 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(JSSESocketFactory.java:113)
>  at
> org.apache.tomcat.util.net.PoolTcpEndpoint.acceptSocket(PoolTcpEndpoint.java:368)
>  at
> org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:549)
>  at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
>  at java.lang.Thread.run(Unknown Source)
>
>
> Thanks
>
>
>