0 Replies Latest reply on Jun 27, 2006 5:43 PM by jukcoder

    SSL  not with localhost

    jukcoder

      Hi,
      I am hosting my portal on jboss and I need to configure SSL for remote users. I've changed localhost to my domain name, changed the SSL tomcat https connector to 443 , open 443 port on the firewall--with no luck

      This is my server.xml

      Connector port="80" address="${jboss.bind.address}"
      maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
      emptySessionPath="true"
      enableLookups="false" redirectPort="443" acceptCount="100"
      connectionTimeout="20000" disableUploadTimeout="true"/>


      <Connector port="443" address="${jboss.bind.address}"
      maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
      emptySessionPath="true"
      scheme="https" secure="true" clientAuth="false"
      keystoreFile="${jboss.server.home.dir}/conf/key.jks"
      keystorePass="jukcoder" sslProtocol = "TLS" /


      any idea or suggestion, please
      thank you for your time