I was able to follow instructions here to resolve: https://community.openai.com/t/ssl-certificate-verify-failed/32442/39
Using this to locationlocate the python certificate file:
import certifi certifi.where() - Going to full URL in the .share file in Chrome
- Right clicking the lock-icon in the browser
- Selecting Connection is secure -> Certificate is valid
- Clicking on Root CA (top of hierarchy)
- Click export
- Opening the .pem file
- Pasting the certificate into the .pem file located by certifi.where()