Date: Wed, 22 Dec 2010 16:37:04 -0500 From: "Michael J. Kearney" <mkearney@nvita.org> To: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: RE: do i need a dedicated ip address for https? Message-ID: <0A2D7DF01CEBB144ACA1A79F588BD239038C4E7CBD8E@SQUIRRELSERVER.nvita.org> In-Reply-To: <AANLkTikqtcmXQfA=Hq%2BCYCJ06Y5x4aGHQRwd5yUaOjef@mail.gmail.com> References: <353856.29096.qm@web121401.mail.ne1.yahoo.com>, <AANLkTikqtcmXQfA=Hq%2BCYCJ06Y5x4aGHQRwd5yUaOjef@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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. <VirtualHost _default_:443> # 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 <smathias1972@yahoo.com>: > 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= "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0A2D7DF01CEBB144ACA1A79F588BD239038C4E7CBD8E>