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