Hi team
I am having trouble with one specific server that seems to be failing HTTPS websites only in Firefox (version 50.1.0)
When browsing a website for example, https: // myexampledomain .com (without spaces) on Firefox, I get the following error;
My other servers seem to be fine and all sites on them are connecting to https in Firefox without an issue - so there is something going on with this particular server.
Server info:
In httpd.conf :
I notice the above httpd.conf entry is slightly different on my other server (which is running CentOs 6.8).
Please advise, thanks.
I am having trouble with one specific server that seems to be failing HTTPS websites only in Firefox (version 50.1.0)
When browsing a website for example, https: // myexampledomain .com (without spaces) on Firefox, I get the following error;
I have the same issue with ALL https domains on that server in Firefox - however all of the same https domains work fine in all other browsers (Chrome / IE10 / Opera).Secure Connection Failed
An error occurred during a connection to myexampledomain.com. The OCSP server suggests trying again later. Error code: SEC_ERROR_OCSP_TRY_SERVER_LATER
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.
My other servers seem to be fine and all sites on them are connecting to https in Firefox without an issue - so there is something going on with this particular server.
Server info:
- CENTOS 7.3 x86_64
- WHM 60.0 (build 28)
- Server Version: Apache/2.4.23 (Unix) OpenSSL/1.0.1e-fips
- Let's Encrypt
In httpd.conf :
Code:
SSLUseStapling on
SSLStaplingCache shmcb:/usr/local/apache/logs/stapling_cache_shmcb(256000)
SSLStaplingReturnResponderErrors off
SSLStaplingErrorCacheTimeout 60
SSLSessionCache shmcb:/usr/local/apache/logs/ssl_gcache_data_shmcb(1024000)
I notice the above httpd.conf entry is slightly different on my other server (which is running CentOs 6.8).
Please advise, thanks.
Last edited by a moderator: