logo       

Re: multiple ssl domains: msg#00106

java.jetty.support

Subject: Re: multiple ssl domains

You need a separate keystore and a separate listener for each domain.

Yes it should be possible.

On Mon, 9 Dec 2002, sje2131 <evans_simon@xxxxxxxxx> wrote:

> 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