AWS fargate - pulling from internal (private) repo possible with SSL cert bypass?

0

Hello experts I read a lot of the questions and answers about ECS/fargate with private repo, and I have been assigned to use ECS with our company's internal repo - nexus, since this Nexus is an HTTPS with a self-sign cert it seems ECS do not like self-sign cert

Is that any way to bypass the SSL cert check?

error below

CannotPullContainerError: inspect image has been retried 1 time(s): failed to resolve ref "/<repo_acc>/:latest": failed to do request: Head https:///<repo_acc>//manifests/latest: x509: certificate signed by unknown authority

已提問 2 年前檢視次數 1494 次
1 個回答
0
已接受的答案

There is no way to bypass the SSL certificate check.

https://github.com/aws/containers-roadmap/issues/740

Unfortunately, no way to add a private CA certificate is provided either.

https://github.com/aws/containers-roadmap/issues/1301

profile picture
hayao-k
已回答 2 年前
  • many thanks! that seems the root of the yes/no what I need, and then I can move on with ECR ! thanks!

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南