The protocol is already set to TLS. Below is what is in the server.xml of the
jbossweb-tomcat55.sar. The only thing changed from the default is the addition of
"algorithm=IbmX509"
| <Connector port="8443" address="${jboss.bind.address}"
| maxThreads="100" minSpareThreads="5"
maxSpareThreads="15"
| scheme="https" secure="true"
clientAuth="true"
|
truststoreFile="${jboss.server.home.dir}/conf/localhost.keystore"
| truststorePass="unit-tests-server" algorithm="IbmX509"
| keystoreFile="${jboss.server.home.dir}/conf/localhost.keystore"
| keystorePass="unit-tests-server" sslProtocol = "TLS"
/>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968087#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...