[jboss-user] [Security & JAAS/JBoss] - Re: Anyone set up SSL on Jboss 4.2.0 ?

paradigmza do-not-reply at jboss.com
Tue Jul 24 04:55:28 EDT 2007


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



More information about the jboss-user mailing list