From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 12:37:45 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 077F7106567A for ; Wed, 22 Dec 2010 12:37:45 +0000 (UTC) (envelope-from nr1c0re@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id B88CC8FC20 for ; Wed, 22 Dec 2010 12:37:44 +0000 (UTC) Received: by qwj9 with SMTP id 9so4846792qwj.13 for ; Wed, 22 Dec 2010 04:37:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=vB2zFIcTuq2gi5+uNkmC6synpLZAj0nBrLruXSPvNDc=; b=s5JdnGQZqfISE0Xs56iZ3X2AQLAuksb9sWlFNoz0TUcwGJPU1KjFiaUHP3oiG/Ho17 a4nXjSTgO9vw8rKwU3ki28iV+NVzNnRYKEaOIgMrILZvOKEjj2w9XBorTmG+LJtBi1PX gk+KenMoTNFnNzKEBUQp+MUnJlw9Igh2GRJ1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=gGgEXNgxrbQ5Sby09vLgE6uMQaRrv7HWcY9n2xvHeoDUi8Qmw08mwSmRZi5tumaGKQ c6LcKOVVDMOx3KXElthadpNJl3KG0cCsgIDTBoNBB0k9dCWP3OsGTmJ9sB+gBtZUM+w5 VH5bTYBtkbrHbNV72IvHECzsii4+6rRo6bs0E= MIME-Version: 1.0 Received: by 10.229.217.69 with SMTP id hl5mr3907255qcb.59.1293021464037; Wed, 22 Dec 2010 04:37:44 -0800 (PST) Received: by 10.229.89.3 with HTTP; Wed, 22 Dec 2010 04:37:43 -0800 (PST) In-Reply-To: <353856.29096.qm@web121401.mail.ne1.yahoo.com> References: <353856.29096.qm@web121401.mail.ne1.yahoo.com> Date: Wed, 22 Dec 2010 15:37:43 +0300 Message-ID: From: c0re To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: do i need a dedicated ip address for https? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Dec 2010 12:37:45 -0000 2010/12/22 S Mathias : > http://help.godaddy.com/article/1054 > > "# Set up SSL protection on your website." > > is it an inescapable requirement to have a dedicated [not fix] ip address, when i want to use ssl on my domain? > > thank you > > happy Christmas! :) > > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > mod_gnutls can do 'Server Name Indication' and mod_ssl with apache_2.2 should do it too https://issues.apache.org/bugzilla/show_bug.cgi?id=34607 http://svn.apache.org/viewvc?view=revision&revision=776281 But hoster may not use mod_gnutls or not recent version of apache, so it may not support multiple ssl with single IP.