Have HTTP.jl accept self-signed certificates for SSL

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.

Read the docs

4 Likes