RE: Sanity check: Multiple SSL virtual hosts

2009-05-10 Thread Mark Thomas
> From: "Caldarale, Charles R" > > From: Mark Thomas [mailto:ma...@apache.org] > > Subject: Re: Sanity check: Multiple SSL virtual hosts > > > > It should work. The only potential issue is that a request to > > 123.123.123.111 can still access host2 &

RE: Sanity check: Multiple SSL virtual hosts

2009-05-09 Thread Martin Gainty
urni. > From: chuck.caldar...@unisys.com > To: users@tomcat.apache.org > Date: Sat, 9 May 2009 22:23:26 -0500 > Subject: RE: Sanity check: Multiple SSL virtual hosts > > > From: Martin Gainty [mailto:mgai...@hotmail.com] > > Subject: RE: Sanity check: Multiple SSL virtua

RE: Sanity check: Multiple SSL virtual hosts

2009-05-09 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: Sanity check: Multiple SSL virtual hosts > I noticed you are using the same port 8443 for 2 different connectors > each connector needs their own IP/port combination ??? The OP's config clearly shows a separate IP

RE: Sanity check: Multiple SSL virtual hosts

2009-05-09 Thread Caldarale, Charles R
> From: Mark Thomas [mailto:ma...@apache.org] > Subject: Re: Sanity check: Multiple SSL virtual hosts > > It should work. The only potential issue is that a request to > 123.123.123.111 can still access host2 Shouldn't there be elements for the IP addresses for each to i

RE: Sanity check: Multiple SSL virtual hosts

2009-05-09 Thread Martin Gainty
I noticed you are using the same port 8443 for 2 different connectors each connector needs their own IP/port combination Martin Gainty __ Disclaimer and Confidentiality/Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité This mes

Re: Sanity check: Multiple SSL virtual hosts

2009-05-09 Thread Mark Thomas
Ognjen Blagojevic wrote: > Does this look right? It should work. The only potential issue is that a request to 123.123.123.111 can still access host2 (although they will get a warning about certificate validity). It would require playing with name resolution (eg local hosts file) to do this. Mark