I am using a corporate laptop with mcafee client proxy and mcafee DLP endpoint agent. I am getting a timeout error while trying to add packages. I had similiar issue in python while downloading large packages with conda, which I solved by increasing the time out seconds in settings (.condarc) in conda. Can anyone help me with how to increase low speed time out in julia, or any other solution to this error.
error is shown below
(@v1.10) pkg> add Lux
Installing known registries into C:\Users\Anandhu.Suresh\.julia
ERROR: could not download https://pkg.julialang.org/registry/23338594-aafe-5451-b93e-139f81909106/b9e47c92bd5d0c3df49435fbac5c690df9bc9c7d
Exception: RequestError: HTTP/1.1 301 AS → IN internal redirect trigger (Operation too slow. Less than 1 bytes/sec transferred the last 20 seconds) while requesting https://pkg.julialang.org/registry/23338594-aafe-5451-b93e-139f81909106/b9e47c92bd5d0c3df49435fbac5c690df9bc9c7d
when I open the mentioned website in chrome it starts downloading after 5 minutes. So I think if I can increase timeout then I could solve this issue.