5 Replies Latest reply on May 6, 2010 2:20 PM by peterj

    Some issues on SSL configuration

    quinten.jiang

      My SSL configuration like this:

       

      <Connector  SSLEnabled="true"
             port="15112" address="0.0.0.0"
             maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
             scheme="https" secure="true" clientAuth="false"
             keystoreFile="${jboss.server.home.dir}/conf/track.jks"
             keystoreType="JKS"
             keystorePass="minitrack" sslProtocol = "TLS" />

       

       

      It works when I try to reach it with localhost. But it does not work when I try to with public IP address. I check port 15112 is open.

      So what happened on it? Is it possible key store track.jks cause this issue, which it indicates public IP address?

       

       

      Thanks