I am using Conda with Nexus and having issues with files that are quarantined. When I run conda install package_name, sometimes I get errors that cause the conda command to fail.
Ex:
CondaHTTPError: HTTP 403 REQUESTED ITEM IS QUARANTINED for url <https://nexus.xxxx.com/repository/XXXX_CONDA_BASE/linux-64/openssl-1.1.1i-h27cfd23_0.conda>
Is there a way to run Conda commands with Nexus repo's to ignore quarantined files, find another version, and continue to run? My current workaround is to include or exclude these specific quarantined versions as I find them. This can become cumbersome when there are several quarantined files in one install command, especially likely when there is a large list of dependencies.