Pergunta
If I'm using PHP with Composer, how do I address curl error 60?
Perguntado por: USER7789
63 Visto
63 Respostas
Resposta (63)
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.