cURL error 60: SSL certificate problem: #15
-
I'm trying to connect from laravel through your package in local mode but I can't get it to work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi there @bertux77, It looks to me like the SSL certificate on https://www.ssllabs.com/ssltest/analyze.html?d=api.openai.com&latest
So things should be working. Their status page (https://status.openai.com) shows some availability issues recently, so I'm not sure if that is the cause or not. Is the issue still occurring today? If you open https://api.openai.com/v1/completions in your web browser, do you get an SSL error? James |
Beta Was this translation helpful? Give feedback.
Hi there @bertux77,
It looks to me like the SSL certificate on
api.openai.com
is valid, and isn't due to expire until 28 April 2023:https://www.ssllabs.com/ssltest/analyze.html?d=api.openai.com&latest
So things should be working.
Their status page (https://status.openai.com) shows some availability issues recently, so I'm not sure if that is the cause or not.
Is the issue still occurring today?
If you open https://api.openai.com/v1/completions in your web browser, do you get an SSL error?
James