Hello, everyone!
Issue Summary
Today, I opened my site on someone's Windows 7 laptop where I got an error in Chrome. Just for info, the system was using Quick Heal anti-virus. Chrome version appears recent version by the look and feel.
URL in question: https://gulshankumar.net
Error message [PDF screenshot]
What steps did I try?
At the same time, I can normally access in own devices with Win 10, and Android OS.
/var/log/letsencrypt
2022-07-09 11:26:07,445:DEBUG:certbot.ocsp:OCSP certificate status for /etc/letsencrypt/archive/gulshankumar.net/cert1.pem is: OCSPCertStatus.GOOD
2022-07-09 11:26:07,450:DEBUG:certbot._internal.display.obj:Notifying user: Certificate not yet due for renewal
2022-07-09 11:26:07,451:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2022-07-09 11:26:07,451:DEBUG:certbot._internal.display.obj:Notifying user:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2022-07-09 11:26:07,451:DEBUG:certbot._internal.display.obj:Notifying user: The following certificates are not due for renewal yet:
2022-07-09 11:26:07,451:DEBUG:certbot._internal.display.obj:Notifying user: /etc/letsencrypt/live/gulshankumar.net/fullchain.pem expires on 2022-09-20 (skipped)
2022-07-09 11:26:07,451:DEBUG:certbot._internal.display.obj:Notifying user: No renewals were attempted.
2022-07-09 11:26:07,452:DEBUG:certbot._internal.display.obj:Notifying user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2022-07-09 11:26:07,452:DEBUG:certbot._internal.renewal:no renewal failures
What I am aware of
There is no any TLS-related warning or error message in the Nginx error log file.
My site supports TLS 1.2 and later which is far enough to cover the majority of browsers.
So this makes me wonder why suddenly I see the error NET::ERR_CERT_DATE_INVALID
As per my experience, usually, this error happens when renewed cert is not reflected in NGINX Config and reloading/restarting fixes the problem instantly which I always maintain schedule by cron.
But the thing is ... cert is not due for renewal, and in the system where I checked I could open Google and other sites normally. I am sure, there were no bad clocking issues as well.
So, the cause of error seems mysterious. I couldn't debug further as the system where I tested was not mine.
Thanks