Date: Wed, 22 Dec 2010 13:37:30 +0100 From: Pieter de Goeje <pdegoeje@service2media.com> To: <freebsd-questions@freebsd.org> Cc: S Mathias <smathias1972@yahoo.com> Subject: Re: do i need a dedicated ip address for https? Message-ID: <201012221337.31158.pdegoeje@service2media.com> In-Reply-To: <353856.29096.qm@web121401.mail.ne1.yahoo.com> References: <353856.29096.qm@web121401.mail.ne1.yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 22 December 2010 07:53:11 S Mathias wrote: > is it an inescapable requirement to have a dedicated [not fix] ip address, > when i want to use ssl on my domain? It's only necessary if you want to use name based virtual hosts with a different SSL certificate for each virtual host. This is most likely the case on a shared hosting provider like godaddy. The problem is that the clients set up the SSL connection before they send the HTTP request (which contains the name of the virtual host), so the server has no way of knowing which certificate it should present to the client. > happy Christmas! :) Happy Christmas indeed! - Pieter
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012221337.31158.pdegoeje>