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

Facing issue after update certificate #652

Open
prakasa-tkpd opened this issue Jul 14, 2022 · 2 comments
Open

Facing issue after update certificate #652

prakasa-tkpd opened this issue Jul 14, 2022 · 2 comments

Comments

@prakasa-tkpd
Copy link

prakasa-tkpd commented Jul 14, 2022

We just updating certificate which will be expired. But somehow after doing that, we facing issue like message below:

2022/07/14 16:56:08 Updating cert if necessary
2022/07/14 16:56:08 Certfetcher is not set, skipping cert updates. Checking cert on disk if updated.
2022/07/14 16:56:08 Updating OCSP; none cached yet.
2022/07/14 16:56:08 Updating OCSP; none cached yet.
2022/07/14 16:56:08 Updating OCSP; none cached yet.
2022/07/14 16:56:08 OCSP nextUpdate 2022-07-21 06:27:00 +0000 UTC too far ahead of thisUpdate 2022-07-14 00:00:00 +0000 UTC

Based on the code the message is coming from this code below:

if resp.NextUpdate.Sub(resp.ThisUpdate) > time.Hour*24*7 {

Is there any clue why this issue appears ?

@banaag
Copy link
Collaborator

banaag commented Jul 14, 2022

Thank you for reporting this issue. We believe this problem is due to some issue with the OCSP being issued by the Cert Authority (CA). Which CA are you currently using?

@glebarsccmbg
Copy link

glebarsccmbg commented Sep 13, 2022

Same issue is happening to me right now on 2 certificates I just reissued with DigiCert.

It also happened last june, I had to wait a few hours/days for it to be okay.

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

3 participants