How can I add a custom ssl certificate so that HTTP.jl recognizes it by default?

I think the simplest way to do this is by setting the HTTP_CA_BUNDLE file (you can also set CURL_CA_BUNDLE which will be similarly recognized).

2 Likes