Re: updating CRL in use in tomcat

2019-01-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joesph, On 1/30/19 16:20, Joseph Dornisch wrote: > It appears that it is possible to have tomcat refresh it's CRL > specified in the Connector from reading: > https://bz.apache.org/bugzilla/show_bug.cgi?id=60762 > > The bug/feature request seems

updating CRL in use in tomcat

2019-01-30 Thread Joseph Dornisch
It appears that it is possible to have tomcat refresh it's CRL specified in the Connector from reading: https://bz.apache.org/bugzilla/show_bug.cgi?id=60762 The bug/feature request seems to have been fixed/implemented, but I haven't found any documentation about how to tell Tomcat when to update

Updating CRL

2011-02-23 Thread spring
Hi, are there any plans to implement a life update (without restarting the connector) of the CRL in tomcat 7? And maybe via URL not via File? Thank you - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Re: Updating CRL

2011-02-23 Thread Mark Thomas
On 23/02/2011 15:38, spr...@gmx.eu wrote: Hi, are there any plans to implement a life update (without restarting the connector) of the CRL in tomcat 7? And maybe via URL not via File? At the moment? No. Mark - To

RE: Updating CRL

2011-02-23 Thread Development
are there any plans to implement a life update (without restarting the connector) of the CRL in tomcat 7? And maybe via URL not via File? At the moment? No. Thanks. It looks simple to switch from File to URL. But the life update seems to be quite complicated. Where could I hack in?

Re: Updating CRL in Tomcat 6 without taking it down

2010-02-05 Thread Bill Barker
Praveen Pat epoch.ti...@gmail.com wrote in message news:4457dc171002041505p239b835p5107c8efa8f1d...@mail.gmail.com... Hello: I am running Tomcat 6 in SSL mode with ClientAuth=true. Here are my Connector Properties: Connector protocol=org.apache.coyote.http11.Http11Protocol port=8443

RE: Updating CRL in Tomcat 6 without taking it down

2010-02-05 Thread Jeffrey Janner
Praveen Pat said: The problem I have is how to update the CRL. If I do not update the CRL, Tomcat does not let any of my users in. It blocks all the users. To update the CRL, I have to stop the Tomcat, and I am trying to avoid it. Reply: Call me naive, but if nobody can get in, what is wrong

Updating CRL in Tomcat 6 without taking it down

2010-02-04 Thread Praveen Pat
Hello: I am running Tomcat 6 in SSL mode with ClientAuth=true. Here are my Connector Properties: Connector protocol=org.apache.coyote.http11.Http11Protocol port=8443 SSLEnabled=true maxThreads=150 scheme=https secure=true