logo       

multiple ssl domains: msg#00105

java.jetty.support

Subject: multiple ssl domains

i am using jboss-3.0.4 and have ssl working with my domain. but now i
want to have 2 domains that work with ssl.

i added a certificate with the second domain into my keystore, but i
think only the first one is used. when i use the second domain, the
warning comes up that the certificate name does not match the site
name, so i guess it is only looking at the 1 certificate.


is there a way to have more than 1 domain with ssl?
i saw another post that said you should use a separate keystore for
each domain...can i add multiple keystores in jetty?


here is my jboss-service.xml from jetty
<Call name="addListener">
<Arg>
<New class="org.mortbay.http.SunJsseListener">
<Set name="Port">8443</Set>
<Set name="MinThreads">5</Set>
<Set name="MaxThreads">100</Set>
<Set name="MaxIdleTimeMs">30000</Set>
<Set name="LowResourcePersistTimeMs">2000</Set>
<Set name="Keystore">keystore</Set>
<Set name="Password">password</Set>
<Set name="KeyPassword">password</Set>
</New>
</Arg>
</Call>



------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/CBxunD/vN2EAA/xGHJAA/CefplB/TM
---------------------------------------------------------------------~->

For the latest information about Jetty, please see http://jetty.mortbay.org



Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/





<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise