SSL_CERT_FILE and CURL_CA_BUNDLE are both set to the same file. Here is the output for QT5Base with the DebugArtifacs package (as you can see, I already tried all solutions that worked for other users):
debug_artifact("Qt5Base")
[ Info: Platform: Linux x86_64 {cxxstring_abi=cxx11, julia_version=1.7.3, libc=glibc, libgfortran_version=4.0.0, libstdcxx_version=3.4.29}
Julia Version 1.7.3
Commit 742b9abb4d (2022-05-06 12:58 UTC)
Platform Info:
OS: Linux (x86_64-pc-linux-gnu)
CPU: Intel(R) Xeon(R) CPU E5-4617 0 @ 2.90GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, sandybridge)
Environment:
JULIA_GPG = 3673DF529D9049477F76B37566E3C7DC03D6E495
JULIA_VERSION = 1.7.3
JULIA_PATH = /usr/local/julia
JULIA_PKG_SERVER = pkg.julialang.org
JULIA_SSL_NO_VERIFY = **
[ Info: Downloading Artifacts.toml to /tmp/jl_fOWxMa/Artifacts.toml...
[ Info: Extracting artifact info for platform x86_64-linux-gnu-libgfortran4-cxx11-libstdcxx29-julia_version+1.7.3...
[ Info: Found meta object with git-tree-sha1 988066cc974e30c89774b0c471f47201975a4423, attempting download...
ERROR: HTTP/1.0 200 OK (Operation too slow. Less than 1 bytes/sec transferred the last 20 seconds) while requesting https://github.com/JuliaBinaryWrappers/Qt5Base_jll.jl/releases/download/Qt5Base-v5.15.3+1/Qt5Base.v5.15.3.x86_64-linux-gnu-cxx11.tar.gz
Stacktrace:
[1] (::Downloads.var"#9#18"{IOStream, Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Downloads.var"#24#27"{Pkg.PlatformEngines.var"#15#17"{Base.TTY}}, Bool, Nothing, Bool, String, Bool, Bool})(easy::Downloads.Curl.Easy)
@ Downloads /usr/local/julia/share/julia/stdlib/v1.7/Downloads/src/Downloads.jl:387
[2] with_handle(f::Downloads.var"#9#18"{IOStream, Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Downloads.var"#24#27"{Pkg.PlatformEngines.var"#15#17"{Base.TTY}}, Bool, Nothing, Bool, String, Bool, Bool}, handle::Downloads.Curl.Easy)
@ Downloads.Curl /usr/local/julia/share/julia/stdlib/v1.7/Downloads/src/Curl/Curl.jl:88
[3] #8
@ /usr/local/julia/share/julia/stdlib/v1.7/Downloads/src/Downloads.jl:328 [inlined]
[4] arg_write(f::Downloads.var"#8#17"{Base.DevNull, Nothing, Vector{Pair{String, String}}, Float64, Downloads.var"#24#27"{Pkg.PlatformEngines.var"#15#17"{Base.TTY}}, Bool, Nothing, Bool, String, Bool, Bool}, arg::IOStream)
@ ArgTools /usr/local/julia/share/julia/stdlib/v1.7/ArgTools/src/ArgTools.jl:112
[5] #7
@ /usr/local/julia/share/julia/stdlib/v1.7/Downloads/src/Downloads.jl:327 [inlined]
[6] arg_read(f::Downloads.var"#7#16"{IOStream, Nothing, Vector{Pair{String, String}}, Float64, Downloads.var"#24#27"{Pkg.PlatformEngines.var"#15#17"{Base.TTY}}, Bool, Nothing, Bool, String, Bool, Bool}, arg::Base.DevNull)
@ ArgTools /usr/local/julia/share/julia/stdlib/v1.7/ArgTools/src/ArgTools.jl:61
[7] request(url::String; input::Nothing, output::IOStream, method::Nothing, headers::Vector{Pair{String, String}}, timeout::Float64, progress::Pkg.PlatformEngines.var"#15#17"{Base.TTY}, verbose::Bool, debug::Nothing, throw::Bool, downloader::Nothing)
@ Downloads /usr/local/julia/share/julia/stdlib/v1.7/Downloads/src/Downloads.jl:326
[8] #3
@ /usr/local/julia/share/julia/stdlib/v1.7/Downloads/src/Downloads.jl:231 [inlined]
[9] open(f::Downloads.var"#3#4"{Nothing, Vector{Pair{String, String}}, Float64, Pkg.PlatformEngines.var"#15#17"{Base.TTY}, Bool, Nothing, Nothing, String}, args::String; kwargs::Base.Pairs{Symbol, Bool, Tuple{Symbol}, NamedTuple{(:write,), Tuple{Bool}}})
@ Base ./io.jl:330
[10] arg_write(f::Function, arg::String)
@ ArgTools /usr/local/julia/share/julia/stdlib/v1.7/ArgTools/src/ArgTools.jl:86
[11] #download#2
@ /usr/local/julia/share/julia/stdlib/v1.7/Downloads/src/Downloads.jl:230 [inlined]
[12] download(url::String, dest::String; verbose::Bool, headers::Vector{Pair{String, String}}, auth_header::Nothing, io::Base.TTY)
@ Pkg.PlatformEngines /usr/local/julia/share/julia/stdlib/v1.7/Pkg/src/PlatformEngines.jl:282
[13] download_verify(url::String, hash::String, dest::String; verbose::Bool, force::Bool, quiet_download::Bool)
@ Pkg.PlatformEngines /usr/local/julia/share/julia/stdlib/v1.7/Pkg/src/PlatformEngines.jl:345
[14] download_verify_unpack(url::String, hash::String, dest::String; tarball_path::Nothing, ignore_existence::Bool, force::Bool, verbose::Bool, quiet_download::Bool, io::Base.TTY)
@ Pkg.PlatformEngines /usr/local/julia/share/julia/stdlib/v1.7/Pkg/src/PlatformEngines.jl:500
[15] (::DebugArtifacts.var"#3#4"{String, Base.BinaryPlatforms.Platform, String})(tmp_dir::String)
@ DebugArtifacts ~/.julia/packages/DebugArtifacts/2VJet/src/DebugArtifacts.jl:67
[16] mktempdir(fn::DebugArtifacts.var"#3#4"{String, Base.BinaryPlatforms.Platform, String}, parent::String; prefix::String)
@ Base.Filesystem ./file.jl:750
[17] mktempdir (repeats 2 times)
@ ./file.jl:748 [inlined]
[18] debug_artifact(artifact_name::String, platform::Base.BinaryPlatforms.Platform)
@ DebugArtifacts ~/.julia/packages/DebugArtifacts/2VJet/src/DebugArtifacts.jl:55
[19] debug_artifact(artifact_name::String)
@ DebugArtifacts ~/.julia/packages/DebugArtifacts/2VJet/src/DebugArtifacts.jl:43
[20] top-level scope
@ REPL[6]:1