Mozilla Firefox or Opera shows Problem Loading Page because “Secure Connection Failed” with error code “sec_error_ocsp_future_response” when users try to open the webpage that contains CSS elements especially those secured sites with HTTPS. The detail error message as below:
Secure Connection Failed
An error occurred during a connection to. The OCSP response is not yet valid (contains a date in the future). Error code: SEC_ERROR_OCSP_FUTURE_RESPONSE The page you are trying to view cannot be shown because the authenticity of the received data could not be verified. Please contact the website owners to inform them of this problem.
Follow below solution methods to fix this error message.
Table of Contents
Solution 1: Update Firefox to the latest available version
- Open Firefox and click on the action button located in the top-right corner of the screen.
- Click on the Help tab > About Firefox.
- If a new update is available, click on Restart to update Firefox to start the updating process.
- Firefox should automatically restart after the update.
Solution 2: Correct the Date, Time and Time Zone in Windows
- Press Windows key + R to open a Run dialog box.
- Type
timedate.cpl
and press Enter to open Date and Time window. - Click on Change date and time.
- Use the calendar under Date and Time to select the appropriate values according to the timezone that you live in.
- Restart your PC.
Solution 3: Replace the CMOS battery
- Turn off your PC and unplug the power source.
- Remove the side cover to expose the motherboard.
- Identify the CMOS battery, then use your fingernail or a non-conductive screwdriver to remove it from the slot.
- Clean the CMOS battery with a soft cloth dipped in isopropyl alcohol. Or replace the CMOS battery with the new one.
- Put back the cover, plug in the power source and start your computer back up.
Solution 4: Disable OCSP verifications for certificate validity
- Open Firefox and click on the action button located in the top-right corner of the screen.
- Click on Options to open the Preferences menu.
- Click on Privacy & Security from the left-hand section, then scroll down to Certificates menu.
- Uncheck the box associated with Query OCSP responder servers to confirm the current validity of certificates.
Alternatively, enter about:config
in the address bar, search for ocsp
and then set related parameters as below:
security.OCSP.enabled;0
security.OCSP.require;false
security.ssl.enable_ocsp_stapling;false
Restart the Firefox browser.