AW: Multiple SSL certificates on same server

2010-03-10 Thread Steffen Heil
Hi I'm not using XP, but a Unix server OS, and my domains are radically different - so the wildcard cert won't work either. sigh This is not about the OS the tomcat is running on, but about the OS the client browser is using... There are certificates with multiple names (even radically

RE: Multiple SSL certificates on same server

2010-03-09 Thread Martin Gainty
Mar 2010 08:38:40 -0500 From: d...@cornell.edu To: users@tomcat.apache.org Subject: Re: Multiple SSL certificates on same server On 3/8/2010 6:46 PM, Richard Huntrods wrote: Does anyone know if it is possible, or has anyone done this: I have two applications running on a single server

Re: Multiple SSL certificates on same server

2010-03-09 Thread David Smith
On 3/8/2010 6:46 PM, Richard Huntrods wrote: Does anyone know if it is possible, or has anyone done this: I have two applications running on a single server. The applications use different domains and URLs, so the single Tomcat instance can easily tell them apart. (Note: this part is

RE: Multiple SSL certificates on same server

2010-03-09 Thread Richard Huntrods
On 03/08/2010 06:46 PM, Richard Huntrods wrote: Does anyone know if it is possible, or has anyone done this: I have two applications running on a single server. The applications use different domains and URLs, so the single Tomcat instance can easily tell them apart. (Note: this part is

Multiple SSL certificates on same server

2010-03-08 Thread Richard Huntrods
Does anyone know if it is possible, or has anyone done this: I have two applications running on a single server. The applications use different domains and URLs, so the single Tomcat instance can easily tell them apart. (Note: this part is currently working just fine).

RE: Multiple SSL certificates on same server

2010-03-08 Thread Jason Pyeron
-Original Message- From: Richard Huntrods [mailto:huntr...@nucleus.com] Sent: Monday, March 08, 2010 18:46 To: users@tomcat.apache.org Subject: Multiple SSL certificates on same server Does anyone know if it is possible, or has anyone done this: I have two applications

Re: Multiple SSL certificates on same server

2010-03-08 Thread Crypto Sal
On 03/08/2010 06:46 PM, Richard Huntrods wrote: Does anyone know if it is possible, or has anyone done this: I have two applications running on a single server. The applications use different domains and URLs, so the single Tomcat instance can easily tell them apart. (Note: this part is

Re: Multiple SSL certificates on same server

2010-03-08 Thread Leon Kolchinsky
Hi, Here's an idea for you: You can use wildcard when generating your certificate, like *.domain.com, assuming your servers using same domain.com. Regards, Leon Kolchinsky On Tue, Mar 9, 2010 at 11:49, Crypto Sal crypto@gmail.com wrote: On 03/08/2010 06:46 PM, Richard Huntrods wrote: