I was debugging a problem with some slow websites and came accross the following entries in the apache error log:
Thu May 30 20:18:35.847964 2019] [ssl:error] [pid 16892:tid 47787978688256] (70007)The timeout specified has expired: [client 40.77.167.125:2464] AH01977: failed reading line from OCSP server
[Thu May 30 20:18:35.848007 2019] [ssl:error] [pid 16892:tid 47787978688256] [client 40.77.167.125:2464] AH01980: bad response from OCSP server: (none)
[Thu May 30 20:18:35.848074 2019] [ssl:error] [pid 16892:tid 47787978688256] AH01941: stapling_renew_response: responder error
I've done some Googling and read a few forum threads but nothing seems to apply to my specific error.
It's this line in the logs which has me confused:
AH01980: bad response from OCSP server: (none) - shouldn't that be 'ocsp.comodoca.com' ?????
It seems that apache is failing to get the OCSP server info (none) from somewhere and can't connect?
Thu May 30 20:18:35.847964 2019] [ssl:error] [pid 16892:tid 47787978688256] (70007)The timeout specified has expired: [client 40.77.167.125:2464] AH01977: failed reading line from OCSP server
[Thu May 30 20:18:35.848007 2019] [ssl:error] [pid 16892:tid 47787978688256] [client 40.77.167.125:2464] AH01980: bad response from OCSP server: (none)
[Thu May 30 20:18:35.848074 2019] [ssl:error] [pid 16892:tid 47787978688256] AH01941: stapling_renew_response: responder error
I've done some Googling and read a few forum threads but nothing seems to apply to my specific error.
It's this line in the logs which has me confused:
AH01980: bad response from OCSP server: (none) - shouldn't that be 'ocsp.comodoca.com' ?????
It seems that apache is failing to get the OCSP server info (none) from somewhere and can't connect?