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

Windows builds need CA certificates #16

Closed
cwjohnston opened this issue Oct 7, 2016 · 1 comment
Closed

Windows builds need CA certificates #16

cwjohnston opened this issue Oct 7, 2016 · 1 comment
Milestone

Comments

@cwjohnston
Copy link
Contributor

Windows builds past and present ship without CA certificates in the location specified by OpenSSL::X509::DEFAULT_CERT_FILE

Proposed fix:
curl https://curl.haxx.se/ca/cacert.pem -o "$(ruby -ropenssl -e 'puts OpenSSL::X509::DEFAULT_CERT_FILE')"

@cwjohnston cwjohnston added this to the 0.27 milestone Oct 7, 2016
@cwjohnston
Copy link
Contributor Author

closed by 460ac24

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

No branches or pull requests

1 participant