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

Certificate Expiry for Notary Server #1698

Open
vigneshkaladharan opened this issue Dec 3, 2023 · 2 comments
Open

Certificate Expiry for Notary Server #1698

vigneshkaladharan opened this issue Dec 3, 2023 · 2 comments

Comments

@vigneshkaladharan
Copy link

{"level":"error","msg":"Trust not fully operational: rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: x509: certificate has expired or is not yet valid: current time 2023-12-03T12:13:12Z is after 2023-04-22T13:09:33Z"","time":"2023-12-03T12:14:52Z"}

Getting this error when docker notary server is started in local from docker container.

@Spiegie
Copy link

Spiegie commented Nov 13, 2024

you have to regenerate the test certificates
Just run the script /fixtures/regenerateTestingCerts.sh

@Samsanga
Copy link

Samsanga commented Dec 5, 2024

@Spiegie, I have regenerated the certificates. But still no luck.

After regenerating the certs, I have run docker compose down and started it again using docker compose up -d

{"level":"error","msg":"Trust not fully operational: rpc error: code = Unavailable desc = connection error: desc = "transport: authentication handshake failed: x509: certificate has expired or is not yet valid: current time 2024-12-05T08:41:56Z is after 2023-04-22T13:09:33Z"","time":"2024-12-05T08:41:56Z"}

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