logo       

Re: multiple ssl domains: msg#00108

java.jetty.support

Subject: Re: multiple ssl domains

You need seperate IP:Port combination. Not possible with softaware based virtual host. If it's production server then Port has to be 443, so you need diff. IP address.

Kind of chicken egg problem in case of software vhost. Client won't send request till it gets server's certificate and Server has no way to find which domain (virtual host) was requested (without getting Host: header)... hehe

 Brett Sealey <bretts@xxxxxxxxxxx> wrote:

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< BR>>        <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>



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



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
For the latest information about Jetty, please see http://jetty.mortbay.org



Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise