Information
This setting dictates whether Firefox will leverage Online Certificate Status Protocol (OCSP) to determine if a given certificate has been revoked.
Rationale:
Leveraging OCSP may help identify revoked certificates.
Impact:
None - This is the default behavior.
Solution
To establish the recommended configuration, set security.OCSP.enabled to 1:
Type about:config in the address bar
Type security.OCSP.enabled in the filter
Ensure the setting is set as prescribed.
OR
Open the mozilla.cfg file in the installation directory with a text editor
Add the following lines to mozilla.cfg:
lockPref('security.OCSP.enabled', 1);
Note: Configuring this setting to 2 also conforms with this benchmark.
Default Value:
1