things to check
 
1)are you implementing mod_ssl or any ssl modules in apache
2)if not mod_ssl are you implementing ssl in Tomcat bio-connector

3)if not mod_ssl are you implementing ssl in Tomcat nio-connector

http://tomcat.apache.org/tomcat-7.0-doc/config/http.html#SSL_Support
Martin______________________________________________ 
..place long-winded disclaimer here..
 > Date: Fri, 21 Dec 2012 15:36:43 +0100
> Subject: Re: Reporting a revoked certificate
> From: cedric.coura...@gmail.com
> To: users@tomcat.apache.org
> 
> >
> > Hello,
> >
> > I'm not sure you could get an error page. The ssl dialog takes place
> > before any http communication. So I don't think tomcat can send an
> > http response if the certificate is revoked.
> >
> > You could use openssl s_client to try and connect to your server to
> > see what is returned from Tomcat exactly.
> 
> And as a quick test, you could try with Firefox. I've found it gives
> almost meaningful error dialog when dealing with ssl.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
                                          

Reply via email to