[jboss-user] [Security & JAAS/JBoss] - Re: JBoss SSL

deepblueli do-not-reply at jboss.com
Thu Sep 13 23:45:22 EDT 2007


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#4084289

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



More information about the jboss-user mailing list