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

Include trusted CA certs #32

Merged
merged 2 commits into from
Sep 13, 2022
Merged

Include trusted CA certs #32

merged 2 commits into from
Sep 13, 2022

Conversation

agouin
Copy link
Member

@agouin agouin commented Sep 12, 2022

No trusted CA root certs are present in the images now, so commands against TLS-secured remote nodes were not working:

$ docker run -it --rm --entrypoint osmosisd ghcr.io/strangelove-ventures/heighliner/osmosis:v11.0.1 q gov proposals --node https://rpc.osmosis.strange.love:443
Error: post failed: Post "https://rpc.osmosis.strange.love:443": x509: certificate signed by unknown authority

This brings over the alpine linux trusted CA list into the final images

@agouin agouin merged commit a13dee4 into main Sep 13, 2022
@agouin agouin deleted the andrew/cacerts branch September 13, 2022 03:07
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.

None yet

2 participants