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

1 Answer
0
Accepted Answer

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
answered 2 years ago
  • many thanks! that seems the root of the yes/no what I need, and then I can move on with ECR ! thanks!

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