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

fix x509: certificate signed by unknown authority error when using docker #330

Merged
merged 2 commits into from
May 24, 2022
Merged

fix x509: certificate signed by unknown authority error when using docker #330

merged 2 commits into from
May 24, 2022

Conversation

1david5
Copy link
Contributor

@1david5 1david5 commented Feb 23, 2022

This fixes the below error when using chamber in docker: docker run segment/chamber:2.10.8 list-services ...

Error: Failed to list store contents: RequestError: send request failed
caused by: Post "https://ssm.us-east-1.amazonaws.com/": x509: certificate signed by unknown authority

Dockerfile Outdated Show resolved Hide resolved
Co-authored-by: Elijah Voigt <Elijah.Caine.MV@gmail.com>
@pop
Copy link
Contributor

pop commented Apr 6, 2022

I have also encountered this issue and would love to see this fix merged.

Copy link
Contributor

@alecjacobs5401 alecjacobs5401 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this fix!

LGTM 👍

@alecjacobs5401 alecjacobs5401 merged commit 79dd716 into segmentio:master May 24, 2022
@1david5 1david5 deleted the fix_docker_certificate_error branch May 24, 2022 17:41
kevcube pushed a commit to kevcube/chamber that referenced this pull request May 31, 2022
…cker (segmentio#330)

* fix x509: certificate signed by unknown authority error when using docker

* Apply suggestions from code review

Co-authored-by: Elijah Voigt <Elijah.Caine.MV@gmail.com>

Co-authored-by: Elijah Voigt <Elijah.Caine.MV@gmail.com>
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

Successfully merging this pull request may close these issues.

Bug: Docker builds don't seem to work, x509 signing error
3 participants