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

Use Mozilla CA bundle to validate peers #100

Closed
mjram0s opened this issue Jun 15, 2020 · 0 comments · Fixed by #101
Closed

Use Mozilla CA bundle to validate peers #100

mjram0s opened this issue Jun 15, 2020 · 0 comments · Fixed by #101
Assignees

Comments

@mjram0s
Copy link
Member

mjram0s commented Jun 15, 2020

LibCURL 0.6 switched to using LibCURL_jll & MozillaCACerts_jll (JuliaWeb/LibCURL.jl#75).

curl_easy_setopt(curl, CURLOPT_CAINFO, LibCURL.cacert) must be added to this package to use the Mozilla CA bundle to validate peers (https://github.com/JuliaWeb/LibCURL.jl#ssl-certificates). The use of LibCURL in this package currently has no associated CA info which means all certs are being treated as self-signed.

@mjram0s mjram0s self-assigned this Jun 15, 2020
@mjram0s mjram0s changed the title Use Mozzilla CA bundle to validate peers Use Mozilla CA bundle to validate peers Jun 15, 2020
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 a pull request may close this issue.

1 participant