Hi guys!
I am Apache webserver user too. I don't know how long... IIS5 is much better
now than in the past.
I had have this problem in the past using Apache.
As far as I know, seems that apache use distinct IPs for every virtual SSL
host configured.
So I see no solution for you unless if you could build a second SSL virtual
server using other port than default port 443.
Suppose that will work how will access browsers your website using
encryption?
Browsers know to communicate encrypted using https protocol witch is default
set on 443 port.
Why am I saying that?
I made few tests:
1. http://www.inetsoft.ro:443 who generated these:
Bad Request
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.


  Hint: https://www.inetsoft.ro:443/
2. https://www.inetsoft.ro who worked!

3. I changed 443 port in 444 for one of my websites http://xxx.aaa.ro.
https://xxx.aaa.ro/ was redirected by apache to default SSL virtual host.

Conclusion: I don't know! :)

----- Original Message -----
From: "G.Roderick Singleton" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, November 03, 2001 4:14 PM
Subject: Re: Single IP and need two virtual SSL servers


> Thanks to you, Are, and also to JJ. I hadn't thought of a second port.
> Hmm.
>
> >>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<
>
> On 03/11/2001, 4:34:30 AM, Are Hoel <[EMAIL PROTECTED]> wrote regarding Re:
> Single IP and need two virtual SSL servers:
>
>
> > It's also possible to use more then one PORT! This is the easiest
> solution imo.
>
> > At 04:09 03.11.2001 +0000, you wrote:
> > >I have a single IP. I need to implement two SSL servers. The FAQ seems
> to
> > >state that using one IP for more than one SSL-enabled server is not
> > >possible. By implication, it would appear that one can do this by using
> > >another IP.
> > >
> > >Please confirm for me that this is the way of things.
> > >
> > >TIA,
> > >ger
>
> > ______________________________________________________________________
> > 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