Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-07 Thread Pete Houston
Make sure each set of virtual hosts which requires a different certificate is run on a unique IP+port combination. eg: IP:PortServernameCertificate 10.0.0.1:8000 www.foo.com *.foo.com 10.0.0.1:8000 www2.foo.com *.foo.com 10.0.0.1:8001 www.bar.com *.bar.com 10.0.0.1:8001 www2.b

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-07 Thread Phusion
What are some other ways to do this besides SNI? - To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Igor Cicimov
On Tue, Nov 6, 2012 at 10:15 AM, Igor Cicimov wrote: > On Tue, Nov 6, 2012 at 10:09 AM, Ben Johnson wrote: > >> >> >> On 11/5/2012 4:46 PM, Igor Cicimov wrote: >> > >> > On 06/11/2012 6:03 AM, "Phusion" > > > wrote: >> >> >> >> I am in need of some assistance. The ser

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Igor Cicimov
On Tue, Nov 6, 2012 at 10:09 AM, Ben Johnson wrote: > > > On 11/5/2012 4:46 PM, Igor Cicimov wrote: > > > > On 06/11/2012 6:03 AM, "Phusion" > > wrote: > >> > >> I am in need of some assistance. The server is running Apache > > 2.2.15-15 on Red > >> Hat Enterprise Lin

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Ben Johnson
On 11/5/2012 4:46 PM, Igor Cicimov wrote: > > On 06/11/2012 6:03 AM, "Phusion" > wrote: >> >> I am in need of some assistance. The server is running Apache > 2.2.15-15 on Red >> Hat Enterprise Linux Server 6.3 x86_64. The configuration currently > has the >> followin

Re: [users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Igor Cicimov
On 06/11/2012 6:03 AM, "Phusion" wrote: > > I am in need of some assistance. The server is running Apache 2.2.15-15 on Red > Hat Enterprise Linux Server 6.3 x86_64. The configuration currently has the > following which works. We have a wildcard SSL certificate for *.domain.com. We > have all these

[users@httpd] Need help with multiple SSL certs + multiple domains

2012-11-05 Thread Phusion
I am in need of some assistance. The server is running Apache 2.2.15-15 on Red Hat Enterprise Linux Server 6.3 x86_64. The configuration currently has the following which works. We have a wildcard SSL certificate for *.domain.com. We have all these on one NIC with the same IP address. I need to hos