0 Replies Latest reply on Aug 24, 2005 9:24 AM by araujo

    Error: cannot communicate securely because they have no comm

    araujo

      Hello,

      i'm using jboss 4.0.2 with Tomcat. I configured Tomcat to allow https connections in server.xml, like this:

      Connector port="443"
      maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
      enableLookups="false" disableUploadTimeout="true"
      acceptCount="100" scheme="https" secure="true"
      clientAuth="false" sslProtocol="TLS" keystoreFile="/servers/jboss-4.0.2/server/production/conf/cert.p12"
      keystoreType="pkcs12"
      keystorePass="********"

      The problem is that when i try to acess a web application in https with my Firefox browser i get the error: "cannot communicate securely because they have no common encryption algorithms"

      But if i use the Internet Explorer it works with no problems.

      Thanks for any help,
      David Araújo