On Wed, 5 Dec 2001, Jason Hendriks wrote:

jason> Even with Apache?  Surely you can configure the web server to virtual-host
jason> two separate domains both with SSL support?

        You can have multiple SSL services (httpd, ipop, etc..) each one
setup on different domains. But you can't have the same SSL service setup
on different domains.

        I realise this might not be an answer you're expecting, but
sometimes you might be able to workarround some situations by doing
it with different ports (ugly but...)

https://domain (at the http over ssl port 443)

http://domain1 (redirect) -> https://domain1:4444
http://domain2 (redirect) -> https://domain2:4445

-- 
        Paulo Matos
 ----------------------------------- ----------------------------------
|Sys & Net Admin                    | Serviço de Informática           |
|Faculdade de Ciências e Tecnologia | Tel: +351-21-2948596             |
|Universidade Nova de Lisboa        | Fax: +351-21-2948548             |
|P-2829-516 Caparica                | e-Mail: [EMAIL PROTECTED]          |
 ----------------------------------- ----------------------------------


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to