My domain is:
epopen.com
My web server is (include version):
Apache 2.4.54
The operating system my web server runs on is (include version):
FreeBSD 13.1-RELEASE
I can login to a root shell on my machine (yes or no, or I don't know):
yes
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
certbot-1.29.0
Hi All
I got error message short periodic since using Let's Encrypt as follows..
[Fri Sep 02 09:08:59.563529 2022] [ssl:error] [pid 37:tid 34401891072] AH01936: stapling_check_response: response times invalid
[Fri Sep 02 09:08:59.563686 2022] [ssl:error] [pid 37:tid 34401891072] AH01943: stapling_renew_response: error in retrieved response!
[Fri Sep 02 09:19:41.964499 2022] [ssl:error] [pid 37:tid 34401790720] AH01936: stapling_check_response: response times invalid
[Fri Sep 02 09:19:41.964666 2022] [ssl:error] [pid 37:tid 34401790720] AH01943: stapling_renew_response: error in retrieved response!
[Fri Sep 02 09:35:46.852414 2022] [ssl:error] [pid 37247:tid 34401785344] AH01936: stapling_check_response: response times invalid
[Fri Sep 02 09:35:46.852575 2022] [ssl:error] [pid 37247:tid 34401785344] AH01943: stapling_renew_response: error in retrieved response!
[Fri Sep 02 10:02:15.346355 2022] [ssl:error] [pid 37247:tid 34401767424] AH01936: stapling_check_response: response times invalid
[Fri Sep 02 10:02:15.347322 2022] [ssl:error] [pid 37247:tid 34401767424] AH01943: stapling_renew_response: error in retrieved response!
[Fri Sep 02 10:22:21.561221 2022] [ssl:error] [pid 37247:tid 34401892864] AH01936: stapling_check_response: response times invalid
[Fri Sep 02 10:22:21.561386 2022] [ssl:error] [pid 37247:tid 34401892864] AH01943: stapling_renew_response: error in retrieved response!
I googled the issue, found https://community.letsencrypt.org/t/ocsp-server-sending-expired-responses-stapling-breaks-chrome/23964/3
Talk about the issue in the topic, but my result is fine as follow.
OCSP response:
OCSP Response Data:
OCSP Response Status: successful (0x0)
Response Type: Basic OCSP Response
Therefore it is not my issue, root cause unknown and have not solution.
- About firewall, apache can be access outside internet as port 80 & 443
- About apache, configure as follow.
SSLUseStapling On
SSLStaplingCache "shmcb:/var/run/ssl_stapling(128000)"
SSLStaplingStandardCacheTimeout 3600
SSLStaplingErrorCacheTimeout 600
SSLStaplingResponderTimeout 5
SSLStaplingResponseMaxAge 900
SSLStaplingReturnResponderErrors on
Please help debug.
Thanks a lot.