Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/18/2011 09:36 AM, Greg Fennell wrote: > To add to my last response, here is some good reading. > > http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts > Thanks for that. I was about to ask for clarification. - -- James Moe moe dot jame

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Mark Montague
On October 18, 2011 12:27 , James Moe wrote: Our website account with our ISP has one fixed IP address and allows a number of virtual hosts. The main site has an SSL certificate for secure access. I wish to add another certificate for one of the named virtual hosts. According to Tech Support

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Yehuda Katz
On Tue, Oct 18, 2011 at 12:33 PM, Greg Fennell wrote: > You can only have 1 SSL per IP address. You would need to get a 2nd IP > address on your server for a 2nd SSL. You could also try SNI. It is not supported by some old browsers. Browsers/clients with support for TLS server name indication

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Greg Fennell
To add to my last response, here is some good reading. http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#vhosts Why can't I use SSL with name-based/non-IP-based virtual hosts? The reason is very technical, and a somewhat "chicken and egg" problem. The SSL protocol layer stays below the H

Re: [users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread Greg Fennell
You can only have 1 SSL per IP address, the 2nd host you have in your list (retailmastery.com) isn't an IP it's a name which is using the fixed IP. You would need to get a 2nd IP address on your server for a 2nd SSL. On 10/18/2011 9:27 AM, James Moe wrote: -BEGIN PGP SIGNED MESSAGE-

[users@httpd] SSL certificates and virtual hosts

2011-10-18 Thread James Moe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Our website account with our ISP has one fixed IP address and allows a number of virtual hosts. The main site has an SSL certificate for secure access. I wish to add another certificate for one of the named virtual hosts. According to Tech Sup