-
Ensure that your Certificate Authority sets the OCSP server address in the
authorityInfoAccessfield in the certificate. -
security.ocsp.modetolax(by default, the cluster setting is set tooff).For production clusters, we recommend that you setsecurity.ocsp.modetostrict, but only after verifying the configuration with it set tolax.
In the
strict mode, all certificates are presumed to be invalid if the OCSP server is not reachable. Setting the cluster setting security.ocsp.mode to strict will lock you out of your CockroachDB database if your OCSP server is unavailable.
