docker-compose.yml
file.
HTTP_PROXY
and/or HTTPS_PROXY
as well as the NO_PROXY
environment variables to the repo_worker
and repo_api
containers. For example:
NO_PROXY
environment variable specifies domains, IP addresses, or networks that should bypass the proxy server for connections./opt/anaconda/repo/config/ca_certs/
directory using the following command:
.env
file and add the following path:
conda repo mirror
in the CLI, or /channel/mirrors
via the REST API. This allows you to specify the proxy address to be used for the specified mirror.
The following example shows multiple mirrors with different proxy users. It assumes a proxy is available at http://proxy:8899
with basic auth.
If you are using a terminating SSL proxy, see the Terminating SSL proxy section.
@another.proxy.server
instead of @proxy
.
repo_api
and repo_worker
containers.
Certs are stored in /conda/ssl/cacert.pem
.
Use the following bash function to update existing containers with the root CA for the proxy: