RE: SSL question

2013-11-30 Thread Caldarale, Charles R
> From: Joan Balagueró Ventus Proxy [mailto:joan.balagu...@ventusproxy.com] > Subject: SSL question > When I shutdown Tomcat, I see this message in catalina.out (ssl debug > enabled): > main, called close() > main, called closeInternal(true) > main, SEND TLSv1 ALERT: warning, description = clos

RE: SSL question

2008-03-12 Thread Michael Bongiovi
The keystore won't accept my existing certificate if I put an alias of 'tomcat', and if I put no alias, it says it's not a valid X.509 certificate, even though it's been loaded by IIS. --- Peter Crowther <[EMAIL PROTECTED]> wrote: > > From: Michael Bongiovi [mailto:[EMAIL PROTECTED] > > But that'

RE: SSL question

2008-03-12 Thread Peter Crowther
> From: Michael Bongiovi [mailto:[EMAIL PROTECTED] > But that's not working. I can get to the main site by going to > > https://www.mycompany.com OK. > but if I try to go to > > https://www.mycompany.com:8443 > > I get a "page cannot be displayed" error despite the fact > that I have the > conne

RE: SSL question

2008-03-12 Thread Michael Bongiovi
But that's not working. I can get to the main site by going to https://www.mycompany.com but if I try to go to https://www.mycompany.com:8443 I get a "page cannot be displayed" error despite the fact that I have the connector code in server.xml uncommented so that it's available. --- Peter

RE: SSL question

2008-03-12 Thread Peter Crowther
> From: Michael Bongiovi [mailto:[EMAIL PROTECTED] > Unless I'm not understanding things correctly, setting up SSL > on Tomcat would > require getting another SSL certificate to be kept in the > keystore for Tomcat, > but I don't want to get another certificate since I already > have one for main w

Re: SSL question

2008-03-12 Thread Mark Thomas
Michael Bongiovi wrote: Unless I'm not understanding things correctly, setting up SSL on Tomcat would require getting another SSL certificate to be kept in the keystore for Tomcat, but I don't want to get another certificate since I already have one for main web site itself. I assume that means

RE: SSL question

2008-03-12 Thread Michael Bongiovi
Unless I'm not understanding things correctly, setting up SSL on Tomcat would require getting another SSL certificate to be kept in the keystore for Tomcat, but I don't want to get another certificate since I already have one for main web site itself. I assume that means having to go with the seco

RE: SSL question

2008-03-12 Thread Peter Crowther
> From: Michael Bongiovi [mailto:[EMAIL PROTECTED] > I'm running Tomcat 5.5 as a servlet container under IIS so > that I can run Jive > forums on my web site. The forum is linked to from the main > web page, which > already has an SSL certificate. I'd like to be able to have > the Jive login > sc