0 Replies Latest reply on Apr 19, 2002 2:18 PM by rgrim

    JBoss, Tomcat, SSL & Thawte Cert.

    rgrim

      I'm stumped. I've been working on getting JBoss 2.4.4 w/ embedded Tomcat 4.0.1 running in SSL mode for a while now.

      I've read a ton of posts here, and following instructions, I can get it to work great when I use keytool to generate my own certificate.

      However, when I use keytool to import a "real" certificate from Thawte, I get the following message when JBoss starts:

      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([DashoPro-V1.2-120198])
      at com.sun.net.ssl.internal.ssl.SSLServerSocketImpl.accept([DashoPro-V1.2-120198])


      Now, if I just replace my keystore file with the one I generate myself, it works great, but imported, it dies with that error. I've copied jcert.jar, jnet.jar and jsse.jar into %java_home%/jre/lib/ext as many posts have suggested. There must be some way to enable all supported Ciphers. It appears from some reading on Sun's site that not all Ciphers that are supported are enabled by default.

      Any ideas?

      Thanks in advance,

      Rob