You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
When exactly does this error happen? Is the CT log provider at fault? Is the log offline?
Is there a way for me to catch this error or to mute it?
Best regards,
Rico
The text was updated successfully, but these errors were encountered:
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:I am using certificate-transparency-go as a library in my project. So I have two questions:
Best regards,
Rico
The text was updated successfully, but these errors were encountered: