Background
I am on a windows PC. My work requires me to install 'A root CA (rootCA.cer) in my python env' due to Zscaler cloud security. I found this link on SO. And followed the steps
Problem
I did as described in that link
config set global.cert rootCA.cer
And now my python env doesn't detect any certificates...
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLError(136, '[X509: NO_CERTIFICATE_OR_CRL_FOUND] no certi
ficate or crl found (_ssl.c:4293)'))': /simple/comma/
Help Requested
How can I reset my python env back to its default settings?