Closed nickwynja closed 1 year ago
Seems like updating to macOS 13.5 fixed this.
👍 Thx for following up, was trying to replicate it, unsuccessfully.
Really strange though. The first time I ran chatblade after the update it worked but the second time, I received the same CERTIFICATE_VERIFY_FAILED
error.
I was looking through the cert chain and it looks like my company uses Netscope and is using a self-signed cert somewhere. 😞
For anyone else on macOS who finds this because their employer doesn't want them being productive, I had to:
certadmin
and ca.mycompany.goskope.com
REQUESTS_CA_BUNDLE
env var or pass it into the chatblade
command:REQUESTS_CA_BUNDLE=/Users/nick/Downloads/Certificates.pem chatblade ...
I'm getting cert errors running chatblade currently:
I've tested other openai API endpoints manually with curl and am not currently getting these errors. I've tried uninstalling chatblade (via brew) and reinstalling to try to upgrade dependencies but that didn't help.