Ok, I think I’ve figured it out. HTTP.jl (and other similar packages) use the standard library NetworkOptions
for configuration so the solution is simply ENV[JULIA_SSL_NO_VERIFY_HOSTS] = "127.0.0.1"
or similar.
4 Likes