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

Log gets spammed with "failed to read response body: context deadline exceeded " #1285

Open
d-Rickyy-b opened this issue Dec 15, 2023 · 0 comments

Comments

@d-Rickyy-b
Copy link

This issue is somewhat related to #957. After I used v1.1.5-0.20230123194941-3f5a6e9d6893 for quite a while I recently updated to v1.1.7 and noticed my log getting spammed by this output:

E1215 20:43:11.372250   45768 fetcher.go:292] https://sabre.ct.comodo.com: GetRawEntries() failed: failed to read response body: context deadline exceeded (Client.Timeout or context cancellation while reading body)
E1215 20:43:13.254103   45768 fetcher.go:292] https://mammoth2024h1.ct.sectigo.com: GetRawEntries() failed: failed to read response body: context deadline exceeded (Client.Timeout or context cancellation while reading body)
E1215 20:43:15.998639   45768 fetcher.go:292] https://sabre2024h1.ct.sectigo.com: GetRawEntries() failed: failed to read response body: context deadline exceeded (Client.Timeout or context cancellation while reading body)
E1215 20:43:16.379295   45768 fetcher.go:292] https://sabre.ct.comodo.com: GetRawEntries() failed: failed to read response body: context deadline exceeded (Client.Timeout or context cancellation while reading body)

I am using certificate-transparency-go as a library in my project. So I have two questions:

  1. When exactly does this error happen? Is the CT log provider at fault? Is the log offline?
  2. Is there a way for me to catch this error or to mute it?

Best regards,
Rico

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

1 participant