Solved it,

I added
anonymous wrote : protocol="HTTP/1.1" SSLEnabled="true"

to the config

<Connector port="443" 
  |                     protocol="HTTP/1.1" SSLEnabled="true"
  |                     address="${jboss.bind.address}"
  |                     maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
  |                     emptySessionPath="true"
  |                     scheme="https" secure="true" clientAuth="false" 
  |                     
keystoreFile="${jboss.server.home.dir}/conf/test.keystore"
  |                     keystorePass="test" sslProtocol="TLS" />
  | 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066916
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to