What is the name of the domain?
What is the error number?
60
What is the error message?
cURL error 60: SSL certificate problem: unable to get local issuer certificate (see libcurl - Error Codes)
What is the issue you’re encountering
I have a local environment on qualitee.test on my machine. I want to make an API request to a development environment but when trying to fetch it in my local application, I get this error : SSL certificate problem: unable to get local issuer certificate (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://dev.qualitee.io/api/prompts?prompts%5B0%5D=ai_detection&prompts%5B1%5D=text_analysis
What steps have you taken to resolve the issue?
I tried to curl it with :
curl -I https://dev.qualitee.io/api/prompts
But I get a 200 request.
I tried the request with Postman and it’s working well.
By the way, I’m using Laravel with saloon with a custom DNS
What is the current SSL/TLS setting?
Full