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-