Re: multiple domain name support for https

2005-03-30 Thread QM
On Wed, Mar 30, 2005 at 12:40:34AM -0600, Sasisekar S Sundaram wrote: : Few browsers (like Mozilla) are giving a warning message ==> " Security Error: : Doamin Name Mismatch" with https. : [snip] : It is important for me to over ride this Warning : message in our production environment. I read som

Re: multiple domain name support for https

2005-03-29 Thread Sasisekar S Sundaram
Thanks Antony ! - Original Message - From: "Antony Paul" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, March 30, 2005 12:57 AM Subject: Re: multiple domain name support for https > One way is to redirect all requests if the request.getS

Re: multiple domain name support for https

2005-03-29 Thread Antony Paul
One way is to redirect all requests if the request.getServerName() dont return the hostname for which SSL certificate is issued. This can be done in entry pages to your site. On Wed, 30 Mar 2005 00:40:34 -0600, Sasisekar S Sundaram <[EMAIL PROTECTED]> wrote: > Hi, > Few browsers (like Mozilla) ar

multiple domain name support for https

2005-03-29 Thread Sasisekar S Sundaram
Hi, Few browsers (like Mozilla) are giving a warning message ==> " Security Error: Doamin Name Mismatch" with https. I understand that the error is because i have two domain names, like www.mycompany.com and mycompany.com for the same IP, and the certificate of tomcat contains only one of the