Setting up Developer Console

ERROR: Could not install packages due to an OSError: Could not find a suitable TLS CA certificate bundle, invalid path: /path/to/my.crt

When trying to install the latest version of SDK for Developer Console. Any help is appreciated.

I’ve already installed these:
export SSL_CERT_FILE=“/path/to/my.crt”
2export REQUESTS_CA_BUNDLE=“/path/to/my.crt”

the “/path/to/my.crt” need to be replaced with a real path to your certificate.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.