|
Relates :
|
|
|
Relates :
|
The OCSP validation code should permit some clock skew when checking the validity
of OCSP responses. Currently, the system clock and the OCSP server clock have to
be exactly synchronized or the following exception will be thrown:
throw new IOException("Response is unreliable: its validity " +
"interval is out-of-date");
|