Skip to content
New issue

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

Error was encountered while checking revocations #14

Open
angelsantillana94 opened this issue Sep 7, 2021 · 3 comments
Open

Error was encountered while checking revocations #14

angelsantillana94 opened this issue Sep 7, 2021 · 3 comments

Comments

@angelsantillana94
Copy link

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.

@lhotrifork
Copy link
Contributor

What happens if you check the OCSP status with another tool?
For example openssl or this online tool: https://decoder.link/ocsp

@angelsantillana94
Copy link
Author

Both tools respond OK to the OCSP request.

@angelsantillana94
Copy link
Author

do you have any idea? @lhotrifork
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants