RE: Re[2]: SSL with multiple domains on same server

2002-11-21 Thread Boyle Owen
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]

are you saying i can use the same ip and two different port to 
be able to have more than one vhs under ssl?

Certainly. e.g.

Listen 192.168.1.1:443
VirtualHost 192.168.1.1:443
..etc

Listen 192.168.1.1:444
VirtualHost 192.168.1.1:444
..etc

The rule is: SSL VHs must be distinct at TCP/IP level (i.e. ip addr and
port pair must be distinct).

Rgds,

Owen Boyle

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company. 
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



RE: Re[2]: SSL with multiple domains on same server

2002-11-20 Thread Boyle Owen
-Original Message-
From: Ludovic Perard [mailto:[EMAIL PROTECTED]]

I'm already using two different IP addresses


Then it should work. Are you sure? 

Try defining the IP addresses explicity to reveal any DNS
misconfigurations:

Listen 192.168.1.1:443
VH 192.168.1.1:443
...
Listen 192.168.1.2:443
VH 192.168.1.2:443
...

Rgds,

Owen Boyle

This message is for the named person's use only. It may contain
confidential, proprietary or legally privileged information. No
confidentiality or privilege is waived or lost by any mistransmission.
If you receive this message in error, please notify the sender urgently
and then immediately delete the message and any copies of it from your
system. Please also immediately destroy any hardcopies of the message.
You must not, directly or indirectly, use, disclose, distribute, print,
or copy any part of this message if you are not the intended recipient.
The sender's company reserves the right to monitor all e-mail
communications through their networks. Any views expressed in this
message are those of the individual sender, except where the message
states otherwise and the sender is authorised to state them to be the
views of the sender's company. 
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]



Re: Re[2]: SSL with multiple domains on same server

2002-11-20 Thread robert
are you saying i can use the same ip and two different port to be able to have more 
than one vhs under ssl?
- Original Message - 
From: Ludovic Perard [EMAIL PROTECTED]
To: Boyle Owen [EMAIL PROTECTED]
Sent: Wednesday, November 20, 2002 8:47 AM
Subject: Re[2]: SSL with multiple domains on same server


 Hello Boyle,
 
 Wednesday, November 20, 2002, 3:33:00 PM, you wrote:
 
 BO You are trying to run two name based VHs under SSL. You cannot do this
 BO (see http://www.modssl.org/docs/2.8/ssl_faq.html#ToC47).
 
 BO The problem is that SSL encapsulates HTTP so the SSL session has to be
 BO negotiated before any HTTP traffic can be seen. But the hostname is in
 BO the HTTP request, so apache cannot decide which VH to use - so it uses
 BO the first by default.
 
 BO You need to use separate IPs and/or ports...
 
 I'm already using two different IP addresses
 
 
 -- 
 Best regards,
  Ludovic   
  [EMAIL PROTECTED]
 
 
 __
 Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
 User Support Mailing List  [EMAIL PROTECTED]
 Automated List Manager[EMAIL PROTECTED]
__
Apache Interface to OpenSSL (mod_ssl)   www.modssl.org
User Support Mailing List  [EMAIL PROTECTED]
Automated List Manager[EMAIL PROTECTED]