> 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
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'
> 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
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
> 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
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
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
> 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