Skip to content

Facing issue after update certificate #652

@prakasa-tkpd

Description

@prakasa-tkpd

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions