Post

Use corporate proxy certificate

Use corporate proxy certificate

In case you are behind corporate proxy - the following commands might help.

1
2
3
4
5
export CERT_PATH=$(python3 -m certifi)
export SSL_CERT_FILE=${CERT_PATH}
export CURL_CA_BUNDLE=${CERT_PATH}
export REQUESTS_CA_BUNDLE=${CERT_PATH}
export HTTPLIB2_CA_CERTS=${CERT_PATH}
This post is licensed under CC BY 4.0 by the author.