Laravel cURL错误28:SSL连接超时

时间:2017-01-11 15:00:46

标签: php laravel ssl curl

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

  

CurlFactory.php第186行中的ConnectException:       cURL错误28:SSL连接超时(请参阅http://curl.haxx.se/libcurl/c/libcurl-errors.html

当我刷新表单时,此错误消失。我在stackoverflow上检查了一些解决方案,并在我的表单处理控制器中添加了set_time_limit(0);,但它没有工作

0 个答案:

没有答案