If I'm using PHP with Composer, how do I address curl error 60?

Pergunta

Classe: Education Matéria: Support
If I'm using PHP with Composer, how do I address curl error 60?
Perguntado por:
63 Visto 63 Respostas

Resposta (63)

Resposta Melhor
(283)
If you're encountering curl error 60 within PHP, particularly with Composer, you'll likely need to configure PHP to use the correct CA certificate bundle. This is typically done by setting the `openssl.cafile` directive in your `php.ini` file to the path of your CA certificate file.