cURL error 60: SSL certificate problem: self-signed certificate in certificate chain

jesusjoelgc
jesusjoelgc Member Posts: 1
edited December 2023 in Developer APIs

Hi, I need help to solve a problem I have with cloudinary in laravel 10. When I try to upload an image, I get this error: cURL error 60: SSL certificate problem: self-signed certificate in certificate chain. Does anyone know how to fix this error or what causes it? I appreciate any suggestion or explanation.

Answers

  • Tamara
    Tamara Member, Cloudinary Staff Posts: 123

    Hi there

    The SSL certificate error you're encountering is related to cURL, which is the underlying library used by many frameworks, including Laravel, to make HTTP requests.

    Laravel is considered a “Community developed library”. This library is developed, tested, and maintained by the community, which means we don’t directly support it and so we can’t guarantee that PRs/issues on those repos will get the attention you may expect. Can you please open an issue there?

    Best regards,

    Tamara Yulevich