Mine works and this is what is in my server.xml file.

 <Connector port="443" address="${jboss.bind.address}"
  |            maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
  |            scheme="https" secure="true" clientAuth="false" 
redirectPort="8443"
  |            keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
  |            keystorePass="rmi+ssl" sslProtocol = "TLS" />
  |       <Connector port="8443" address="${jboss.bind.address}"
  |            maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
  |            scheme="https" secure="true" clientAuth="false"
  |            keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
  |            keystorePass="rmi+ssl" sslProtocol = "TLS" />

Then I don't use the ':8443' on the URL string. I do this because using port 
8443 didn't work through our firewall.

steve

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865824#3865824

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865824


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to