7 Replies Latest reply on Oct 25, 2010 8:11 AM by kenbarnesjr

    SSL with JBOSS 5.1 with securityDomain

    muraali

      Hi,

       

      I am trying to configure SSL with Jboss 5.1 with the below configuration in jbossweb.sar/server.xml.

       

      <Connector port="443" address="${jboss.bind.address}" maxThreads="200" strategy="ms"
                       maxHttpHeaderSize="8192" emptySessionPath="true" scheme="https"
                       secure="true" clientAuth="false" sslProtocol="TLS"
                       securityDomain="java:/jaas/encrypt-keystore-password"
                       SSLImplementation="org.jboss.net.ssl.JBossImplementation"/>

       

      I see from the logs that the connector is started on port 443. But, if I do a https:// from the browser, nothing works, it simply hangs. No exceptions in the logs also.

       

      Any help/pointers to this problem?

       

      Regards

      -murali