Re: Tomcat and CRL(s) Certification Revocation Lists

2006-05-10 Thread Jeff Krug
iling. I don't see any error messages in my tomcat.log file at all. I don't know if it is even trying to parse the crlFile, failing to parse the file, or if it is failing later to recognize the certificate is revoked. Thanks, Jeff Krug ---

Re: Requiring TLS with Tomcat 5.5.12

2006-03-10 Thread Jeff Krug
Thu, Mar 09, at 09:19:PM : Bill Barker has proclaimed: > "Jeff Krug" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Is there a way to disallow the SSL 3.0 protocol? > > > > protocols="TLS" on the tag. I added this, but

Requiring TLS with Tomcat 5.5.12

2006-03-09 Thread Jeff Krug
sslProtocol="TLS" and everything works fine in terms of defaulting to TLS, but the default behavior here is to allow SSL 3.0 as well (that is part of the connection negotiation process, I suppose). Is there a way to disallow the SSL 3.0 protocol? Thanks,