We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
After installing cert-checker I have found some errors in the verification of some of my certificates. Some of the errors are as follows:
2021/09/07 06:25:56 [WARNING] error checking revocation via OCSP time="2021-09-07T06:25:56Z" level=debug msg=" - Found error for host00.domain.tld:9120 : an error was encountered while checking revocations" time="2021-09-07T06:25:56Z" level=debug msg="Probing: host04.domain.tld:443" time="2021-09-07T06:25:56Z" level=debug msg="Probing: host04.domain.tld:9020" 2021/09/07 06:25:57 [WARNING] error checking revocation via OCSP time="2021-09-07T06:25:57Z" level=debug msg=" - Found error for host04.domain.tld:9020 : an error was encountered while checking revocations" time="2021-09-07T06:25:57Z" level=debug msg="Probing: host04.domain.tld:9120" 2021/09/07 06:25:57 [WARNING] error checking revocation via OCSP time="2021-09-07T06:25:57Z" level=debug msg=" - Found error for host04.domain.tld:9120 : an error was encountered while checking revocations" time="2021-09-07T06:25:57Z" level=debug msg="Probing: host05.domain.tld:443" time="2021-09-07T06:25:57Z" level=debug msg="Probing: host05.domain.tld:9020" 2021/09/07 06:25:57 [WARNING] error checking revocation via OCSP time="2021-09-07T06:25:57Z" level=debug msg=" - Found error for host05.domain.tld:9020 : an error was encountered while checking revocations" time="2021-09-07T06:25:57Z" level=debug msg="Probing: host05.domain.tld:9120" 2021/09/07 06:25:58 [WARNING] error checking revocation via OCSP time="2021-09-07T06:25:58Z" level=debug msg=" - Found error for host05.domain.tld:9120 : an error was encountered while checking revocations" time="2021-09-07T06:25:58Z" level=debug msg="Probing: host10.domain.tld:443" time="2021-09-07T06:25:58Z" level=debug msg="Probing: host11.domain.tld:443" time="2021-09-07T06:25:58Z" level=debug msg="Probing: host12.domain.tld:443"
trying to debug the application, the function that does the OCSP check returns the following: "bad OCSP signature: crypto / rsa: verification error"
Thanks in advance.
The text was updated successfully, but these errors were encountered:
What happens if you check the OCSP status with another tool? For example openssl or this online tool: https://decoder.link/ocsp
Sorry, something went wrong.
Both tools respond OK to the OCSP request.
do you have any idea? @lhotrifork Thanks!
No branches or pull requests
Hi,
After installing cert-checker I have found some errors in the verification of some of my certificates. Some of the errors are as follows:
trying to debug the application, the function that does the OCSP check returns the following: "bad OCSP signature: crypto / rsa: verification error"
Thanks in advance.
The text was updated successfully, but these errors were encountered: