How to skip certification check when using Downloads.download?

If using wget, it has an option --no-check-certificate, how to specify an equivalent option in Downloads.download? Thanks.

Downloads.jl is using NetworkOptions.jl for which lets you set various variables for this, see verify host.

1 Like