Apache 1.3.20 and ModSSL
am 17.05.2002 22:09:18 von Jason Lawrence
I am trying to use two the Apache NameVirtualHost option with two sites
using different certificate files.
The two virtual hosts work however only the cert for the first specified
virtual host is recognized. Is there anyway that you can get two
certificates working in Apache for the same IP address????
Jason Lawrence
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: Apache 1.3.20 and ModSSL
am 18.05.2002 13:15:41 von Louis Sabet
Not at present. You need a unique IP address for each SSL site.
I believe discussions/proposals have been had/proposed, but nothing yet
has been done about them.
Regards,
L
On Fri, 17 May 2002 16:09:18 -0400
"Jason Lawrence" wrote:
> I am trying to use two the Apache NameVirtualHost option with two sites
> using different certificate files.
>
> The two virtual hosts work however only the cert for the first specified
> virtual host is recognized. Is there anyway that you can get two
> certificates working in Apache for the same IP address????
>
> Jason Lawrence
>
>
>
>
>
>
>
>
> ____________________________________________________________ __________
> Apache Interface to OpenSSL (mod_ssl) www.modssl.org
> User Support Mailing List modssl-users@modssl.org
> Automated List Manager majordomo@modssl.org
--
Louis Sabet
http://www.webtedium.com/
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org
Re: Apache 1.3.20 and ModSSL
am 21.05.2002 10:02:39 von Owen Boyle
Jason Lawrence wrote:
>
> I am trying to use two the Apache NameVirtualHost option with two sites
> using different certificate files.
>
> The two virtual hosts work however only the cert for the first specified
> virtual host is recognized. Is there anyway that you can get two
> certificates working in Apache for the same IP address????
It is impossible to have two distinct HTTPS virtualhosts on the same
socket (IP address/port no. pair). See:
http://www.modssl.org/docs/2.8/ssl_faq.html#ToC47
http://marc.theaimsgroup.com/?l=apache-modssl&m=985593699101 70&w=2
Just to be clear, the issue is fundamental to the way HTTP works - it is
not a bug in apache or mod_ssl!
Rgds,
Owen Boyle.
____________________________________________________________ __________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List modssl-users@modssl.org
Automated List Manager majordomo@modssl.org