Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/279.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/laravel/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Php Laravel cURL错误28:SSL连接超时_Php_Laravel_Ssl_Curl - Fatal编程技术网

Php Laravel cURL错误28:SSL连接超时

Php Laravel cURL错误28:SSL连接超时,php,laravel,ssl,curl,Php,Laravel,Ssl,Curl,我在我的网站上有一个带有google recaptcha的表单(如果它与此错误有关的话)。我正在本地运行此项目,有时会出现以下错误: CurlFactory.php第186行中的ConnectException: cURL错误28:SSL连接超时(请参阅) 当我刷新表单时,此错误消失。我检查了stackoverflow的一些解决方案,并添加了set\u time\u limit(0)在我的表单处理控制器中,但它不工作

我在我的网站上有一个带有google recaptcha的表单(如果它与此错误有关的话)。我正在本地运行此项目,有时会出现以下错误:

CurlFactory.php第186行中的ConnectException: cURL错误28:SSL连接超时(请参阅)

当我刷新表单时,此错误消失。我检查了stackoverflow的一些解决方案,并添加了
set\u time\u limit(0)在我的表单处理控制器中,但它不工作