How to increase CRL Caching timeout in JSSE?

251 views Asked by At

I want to check for the certificate revocation with the help of CRL. I am using CertPathValidator to validate the certificates. JSSE internally use URICertStore to fetch the CRL and caches it for 30 seconds.

Is there any way to increase this timeout so that there will be less number of network calls?

0

There are 0 answers