Can you be more specific about that ?

We use named virtual hosts with a thawte certificate 
without problems.

<IfModule mod_ssl.c>
    <VirtualHost 123.123.123.123:443>
        ServerName <site>
        SSLEngine on
        SSLCertificateFile ssl/certs/<site>-cert.pem
        SSLCertificateKeyFile ssl/private/<site>-key.pem
        ...
    </VirtualHost>
</IfModule>

Currently just one of the named hosts uses SSL, so that may 
be the reason that this works for us.

> -----Urspr�ngliche Nachricht-----
> Von: Michael Welsh [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 13. M�rz 2002 17:45
> An: Tomcat Users List
> Betreff: Re: Multiple SSL ports
<snip/> 
> Since Apache virtual hosting doesn't allow for named virtual 
> hosting on SSL (I verified that with Verisign)
<snip/> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to