as long as you have a different combination of IP and port for each cert,
you are fine.  For example, 10.1.1.7:443 with cert A and 10.1.1.8:443 with
cert B is perfectly fine.  You just need to specify in the virtualhost
section for each of these

<VirtualHost 10.1.1.7:443>
  #cert stuff for A here
</VirtualHost>

<VirtualHost 10.1.1.8:443>
  #cert stuff for B here
</VirtualHost>

hth -
Jody Biggs


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 11, 2000 12:57 PM
To: [EMAIL PROTECTED]
Subject: Re: LOL! RE: [BugDB] Stay away from my domain name (PR#466)


Now for a real issue.

Let me preface my comments by saying that I have RTFM as well as the email
archives and still could not find the answer I am looking for(or found
possible
conflicting answers).

I am trying to setup more than one cert on a webserver. Yes they have
different
IP's(no chicken before the egg problem here).

First question: Even though I have two different IP's for each cert, do I
really
need to specify another port other than 443?

Or to craft the question a slightly different way, can I have multiple
certs/ip's all point to 443 without a problem?

I have more questions, but I need to know this first.

Best Regards,

Orlando Castro



"Scott D. Yelich" wrote:

> On Wed, 11 Oct 2000, David Rees wrote:
> > LOL!
>
> me too...
>
> I had a prof once who chewed out "mailer-daemon" because "mailer-daemon"
kept
> returning all his email... he demaded to know which of the admins was
> "mailer-daemon" ... etc.
>
> ok.  ya.
>
> I'm sure we all have stories like this... I'm sorry to be off topic.
>
> Scott
>
> ______________________________________________________________________
> 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]
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to