This content has been marked as final.
Show 3 replies
-
1. Re: How to config SSLOptions in Jboss 4.x ?
atquake Nov 24, 2006 7:15 AM (in response to pbeeckma)deploy/jbossweb-tomcat55.sar/server.xml
-
2. Re: How to config SSLOptions in Jboss 4.x ?
pbeeckma Nov 24, 2006 8:49 AM (in response to pbeeckma)Already tried this but only https works and not the SSLVerifyClient and SSLOptions
-
3. Re: How to config SSLOptions in Jboss 4.x ?
pbeeckma Nov 24, 2006 8:50 AM (in response to pbeeckma)Connector port="8443" address="${jboss.bind.address}"
maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
emptySessionPath="true"
scheme="https" secure="true" clientAuth="false"
SSLVerifiClient="require" SSLEngine="On"
SSLOptions="+StdEnvVars +ExportCertData"
keystoreFile="c:/keystore/jboss.jks"
keystorePass="jboss1" sslProtocol = "TLS"