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

Update docker container to allow https connections #104

Merged
merged 1 commit into from Aug 14, 2019
Merged

Update docker container to allow https connections #104

merged 1 commit into from Aug 14, 2019

Conversation

Freezystem
Copy link
Contributor

Alpine is only provided with a restrained set of useful packages which didn't contains ca-certificates that handle certificate checking. Thus preventing stripe-cli to connect to stripe API.

Reviewers

r? @ob-stripe
cc @stripe/dev-platform

Summary

This PR adds ca-certificates package to alpine to allow stripe-cli to connect to stripe API over HTTPS.

Alpine is only provided with a restrained set of useful packages which didn't contains `ca-certificates` that handle certificate checking. Thus preventing stripe-cli to connect to stripe API.
@ob-stripe
Copy link
Contributor

Thanks for the fix!

@ob-stripe ob-stripe merged commit 084a326 into stripe:master Aug 14, 2019
@Freezystem
Copy link
Contributor Author

You're welcome, I'm trying to integrate stripe-cli docker container to my CI workflow properly. I'll push more fix if I find other bugs.

@ob-stripe
Copy link
Contributor

Awesome, thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants