Wednesday, January 21, 2015

config jboss to support https in server.xml


 <!-- SSL/TLS Connector configuration using the admin devl guide keystore -->
 <Connector protocol="HTTP/1.1" SSLEnabled="true"
      port="8443" address="${jboss.bind.address}"
      scheme="https" secure="true" clientAuth="false"
      keystoreFile="${jboss.server.home.dir}\conf/\server.keystore"
      keystorePass="changeit" sslProtocol = "TLS" />

No comments:

Post a Comment