Closed rlaurie closed 1 year ago
Trying to use API in Google Colaboratory and it will not process due to the following error: SSLCertVerificationError
Hi,
BERN2 operates on the HTTP protocol, which means that an SSL certificate is not mandatory. However, if you're still experiencing issues, you can try setting verify=False.
verify=False
https://stackoverflow.com/questions/74046266/python-get-request-ssl-sslcertverificationerror-ssl-certificate-verify-faile
Trying to use API in Google Colaboratory and it will not process due to the following error: SSLCertVerificationError