You have to put SSLEnabled="true"
<Connector port="8443" address="${jboss.bind.address}"
| SSLEnabled="true"
| maxThreads="100" strategy="ms"
maxHttpHeaderSize="8192"
| emptySessionPath="true"
| scheme="https" secure="true"
clientAuth="false"
| keystoreFile="${jboss.server.home.dir}/conf/server.keystore"
| keystorePass="amis1234" sslProtocol="TLS" />
Cheers,
Deep Blue
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084289#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...