HTTP package install error

I tried to install julia HTTP package and got failure artifact 'OpenSSL.

julia> Pkg.add(“HTTP”)
Resolving package versions…
Failure artifact: OpenSSL
Downloading artifact: OpenSSL

System ERROR:
Failure artifact: OpenSSL
ERROR: Unable to automatically download/install artifact ‘OpenSSL’ from sources listed in julia\packages\OpenSSL_jll\IOE5P\Artifacts.toml’.
Sources attempted:

Hi, and welcome to the Julia community!

For these kind of issues it’s always useful to know the Julia version (versioninfo()) and other packages in the environment (Pkg.status()).

In particular, did you try installingHTTP.jl into an empty environment?

Also, have you tried the instructions in

?