Answer the question
In order to leave comments, you need to log in
How to change the default path to the folder with CAfile?
On one of the hosts, anaconda was rolled up and the path to CA_BUNDLE was redefined
CAfile: /data/anaconda2/ssl/cacert.pem
instead,
CAfile: /etc/pki/tls/certs/ca-bundle.crt
which leads to abuse in CURL
curl: (60) SSL certificate problem: unable to get local issuer certificate
More details here: https://curl.haxx.se/docs/sslcerts.html
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
export CURL_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt
Answer the question
In order to leave comments, you need to log in
ask the question differently. where the default environment variables are set...
if I were you, I would rummage around in /etc/profile.d/ and similar directories....
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question