1 Reply Latest reply on Dec 1, 2002 5:17 PM by jules

    SSL exception on startup

    brainioz

      hello,
      I recently made some changes to my server and I started getting an ssl exception, I've been getting the fallowing at startup:

      09:38:14,242 WARN [jbossweb] WARNING:
      javax.net.ssl.SSLException: No available certificate corresponds to the SSL cipher suites which are enabled.
      at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.a(DashoA6275)
      at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept(DashoA6275)
      at org.mortbay.util.ThreadedServer.acceptSocket(ThreadedServer.java:345)
      at org.mortbay.util.ThreadedServer$Acceptor.run(ThreadedServer.java:514)


      I'm using jboss 3.0.4 with j2sdk1.4.0_01 on linux.
      I installed my certifcate using:
      keytool -import -trustcacerts -keyalg RSA -file thawte.cert

      I assume that this has something to do with the way I installed the key because I'm confident the rest of the configuration is correct.

      Any suggestions would be very appreciated,
      Michael