Re: Building Question

2005-04-12 Thread Bruce Keats
Hi Bill, I think we emailed back and forth awhile ago about CRLs in tomcat 5.5 using JDK 1.5. I am also interested in getting CRLs working for tomcat 5.5. I have been looking into the code, but I just have not had time to finish it off and integrate it into tomcat. If you need someone to code

Re: tomcat 4.1.x with jdk1.4.2 ssl certificate(4096-key length) support - again

2005-03-09 Thread Bruce Keats
Having looked at this issue just reciently, I believe the root cause of the problem is fact that your version of Java 1.4.2 is the exported restricted version from SUN. By going to JDK 1.5, you have demonstrated that problem is not with tomcat, but with JAVA itself. Check out the section titled

Adding CRL support to the Coyote Connector

2005-02-12 Thread Bruce Keats
After looking around and asking various people for help, it looks like CRLs are not supported in tomcat 5.0.x. There are some work arounds but none are very appealing. So rather than devote effort into the work around, I would rather devote the effort in solving the problem by adding CRL support