ERROR:
- Error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)>
SOLUTION: (Courtesy of Kern Germain)
If you are running from a studio with security measures, please make sure that:
1. OpenSSL is updated
2. Local certificate is updated
Example:
If you are running from a studio with security measures, please make sure that:
1. OpenSSL is updated
2. Local certificate is updated
Example:
Install Cerfiti
Copy Certifi's Certificate On the System (as root)
Run xgtc Command
ALTERNATIVE SOLUTION:
Kern Germain also provided a simpler setup, by adding certifi to the Maya environment, and add this env var in Maya:
SSL_CERT_FILE="/path/to/certifi/cacert.pem"
Then a set-up menu in userSetup.py (specific to Linux)
Kern Germain also provided a simpler setup, by adding certifi to the Maya environment, and add this env var in Maya:
SSL_CERT_FILE="/path/to/certifi/cacert.pem"
Then a set-up menu in userSetup.py (specific to Linux)