Is there a way to do it without the user getting a certificate error?
So abc.com would have its own unique cert and xyz.com would a different cert.
-----Original Message----- From: David van Zijl [mailto:davidvz@gmail.com] Sent: Thursday, December 15, 2011 2:12 PM To: Brian McGinity Cc: stunnel-users@stunnel.org Subject: Re: [stunnel-users] Multiple Domains for https
On Fri, Dec 16, 2011 at 6:41 AM, Brian McGinity brian@databaseknowledge.com wrote:
Will Stunnel work with multiple domains?
For example if abc.com and xyz.com both resolve to the same ip address where the web server is running locally on port 4080.
Hi Brian
Since stunnel is configured to listen on an IP address, you could in theory have a hundred different domains pointing to the same IP and stunnel should serve them all. You might however run into problems with certificate validation but as long as your cert is either a wildcard or lists all the alternate domain names then should be fine.
Dave