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="+S
Already tried this but only https works and not the SSLVerifyClient and
SSLOptions
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3988404#3988404
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3988404
___
Hi,
In previous versions there was a httpd.conf file present (release 3) in which
we could provide some extra option per application.
We need to specify the SSLOptions etc... but I can't find any httpd.conf file
in version 4.0.3.
How can we set these settings?
View the original post :
http://w