You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: