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
已提问 5 个月前166 查看次数
2 回答
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
已回答 5 个月前
  • 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
已回答 5 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则