From owner-freebsd-questions@FreeBSD.ORG Wed Dec 22 21:28:34 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 1F3921065672 for ; Wed, 22 Dec 2010 21:28:34 +0000 (UTC) (envelope-from mkearney@nvita.org) Received: from squirrelserver.nvita.org (nvita.org [173.10.132.234]) by mx1.freebsd.org (Postfix) with ESMTP id CA4358FC0C for ; Wed, 22 Dec 2010 21:28:33 +0000 (UTC) Received: from SQUIRRELSERVER.nvita.org ([192.168.0.3]) by SQUIRRELSERVER.nvita.org ([192.168.0.3]) with mapi; Wed, 22 Dec 2010 16:37:05 -0500 From: "Michael J. Kearney" To: "freebsd-questions@freebsd.org" Date: Wed, 22 Dec 2010 16:37:04 -0500 Thread-Topic: do i need a dedicated ip address for https? Thread-Index: Acuh1kf8s2j7bUURQwm22yPNmBiXEgASByte Message-ID: <0A2D7DF01CEBB144ACA1A79F588BD239038C4E7CBD8E@SQUIRRELSERVER.nvita.org> References: <353856.29096.qm@web121401.mail.ne1.yahoo.com>, In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 21:28:34 -0000 No, I've done that before I could get what's called a pointer record or re= verse DNS for my mail server ... Register a domain and setup the DNS server= . If the ip is dynamic you have to regularly update your DNS server. The f= orward zones will work. If you use openssl to generate your own ssl certif= icates ... (./configure --enable-so --enable-ssl) They wont be recognized b= y the certificate authority. eg: https://mail.nvita.org try it. # General setup for the virtual host DocumentRoot "/usr/local/apache2/htdocs" ServerName mail.nvita.org:443 ServerAdmin mkearney@nvita.org UseCanonicalName On ProxyVia Off ProxyPreserveHost On ProxyPass /owa ! ProxyPass / http://192.168.0.3:99/owa/ ProxyPassReverse / http://mail.nvita.org:99/owa/ ErrorLog "/usr/local/apache2/logs/error_log" TransferLog "/usr/local/apache2/logs/access_log" _______________________ From: owner-freebsd-questions@freebsd.org [owner-freebsd-questions@freebsd.= org] On Behalf Of c0re [nr1c0re@gmail.com] Sent: Wednesday, December 22, 2010 7:37 AM To: freebsd-questions@freebsd.org Subject: Re: do i need a dedicated ip address for https? 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.o= rg" > 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=3D34607 http://svn.apache.org/viewvc?view=3Drevision&revision=3D776281 But hoster may not use mod_gnutls or not recent version of apache, so it may not support multiple ssl with single IP. _______________________________________________ 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= "