francesco buonocore
francesco buonocore

Reputation: 1

magento 2 e curl timeout, main.CRITICAL: Operation timed out after 252 milliseconds

Does anyone know why I get this error in Magento 2? I have not limited execution time in php.ini

main.CRITICAL: Operation timed out after 252 milliseconds with 0 out of -1 bytes received {"exception":"[object] (Exception(code: 0): Operation timed out after 252 milliseconds with 0 out of -1 bytes received at /var/www/vhosts/test/vendor/magento/framework/HTTP/Client/Curl.php:427)"} []

thanks

Upvotes: 0

Views: 1922

Answers (1)

bart
bart

Reputation: 321

It's not execution_time related. It's curl config itself. See more here PHP cURL: CURLOPT_CONNECTTIMEOUT vs CURLOPT_TIMEOUT

Upvotes: 1

Related Questions