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

bmcgovern do-not-reply at jboss.com
Tue Jul 17 10:22:38 EDT 2007


I've set it up many times on earliaer versions but its not taking on 4.2.0.  I created the Keystore, pointed to it in server.xml and i cannot get my url to work

https://localhost:8443 fails
http://localhost:8443 succeeds?  

Any ideas?

  | <Connector port="8443" address="${jboss.bind.address}"
  |            maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
  |            emptySessionPath="true"
  |            scheme="https" secure="true" clientAuth="false" 
  |            keystoreFile="${jboss.server.home.dir}/conf/ima.keystore"
  |            keystorePass="imaima" sslProtocol = "TLS" 
  | 	     />
  | 
  | 

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

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



More information about the jboss-user mailing list