Skip to main content
spelling
Source Link
alexrai93
  • 678
  • 5
  • 10

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() 
  1. Going to full URL in the .share file in Chrome
  2. Right clicking the lock-icon in the browser
  3. Selecting Connection is secure -> Certificate is valid
  4. Clicking on Root CA (top of hierarchy)
  5. Click export
  6. Opening the .pem file
  7. Pasting the certificate into the .pem file located by certifi.where()

I was able to follow instructions here to resolve: https://community.openai.com/t/ssl-certificate-verify-failed/32442/39

Using this to location the python certificate file:

import certifi certifi.where() 
  1. Going to full URL in the .share file in Chrome
  2. Right clicking the lock-icon in the browser
  3. Selecting Connection is secure -> Certificate is valid
  4. Clicking on Root CA (top of hierarchy)
  5. Click export
  6. Opening the .pem file
  7. Pasting the certificate into the .pem file located by certifi.where()

I was able to follow instructions here to resolve: https://community.openai.com/t/ssl-certificate-verify-failed/32442/39

Using this to locate the python certificate file:

import certifi certifi.where() 
  1. Going to full URL in the .share file in Chrome
  2. Right clicking the lock-icon in the browser
  3. Selecting Connection is secure -> Certificate is valid
  4. Clicking on Root CA (top of hierarchy)
  5. Click export
  6. Opening the .pem file
  7. Pasting the certificate into the .pem file located by certifi.where()
Source Link
alexrai93
  • 678
  • 5
  • 10

I was able to follow instructions here to resolve: https://community.openai.com/t/ssl-certificate-verify-failed/32442/39

Using this to location the python certificate file:

import certifi certifi.where() 
  1. Going to full URL in the .share file in Chrome
  2. Right clicking the lock-icon in the browser
  3. Selecting Connection is secure -> Certificate is valid
  4. Clicking on Root CA (top of hierarchy)
  5. Click export
  6. Opening the .pem file
  7. Pasting the certificate into the .pem file located by certifi.where()