AWS Cloud Quest SAA Container Service

0

Hello, I am trying to complete this exercise but I keep getting this error (Error response from daemon: Get "https://039921177566.dkr.ecr.us-east-1amazonaws.com/v2/": tls: failed to verify certificate: x509: certificate has expired or is not yet valid: current time 2023-12-12T04:32:18Z is after 2023-11-08T23:39:32Z) after entering the command below

aws ecr get-login-password --region ${region}|docker login --username AWS --password-stdin ${fullname}

MP
asked 5 months ago151 views
2 Answers
0

Hello TLS connections may fail if your client which is doing the connection, could be your computer or server has not the correct date / time

A long delay before your software receives an error indicating SSL/TLS negotiation failure. The delay time depends on the retry strategy and timeout configuration of your client.

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/ats-certs.html#w20aac50b5b5

profile pictureAWS
answered 5 months ago
  • I am not sure how this applies if I am getting this error running the commands given to me via AWS Cloud Quest

0

Hello MP, Hope this message finds you well! Were you able to get past the conflict within the Container Services Quest?

profile pictureAWS
answered 4 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions