PHP CURL错误: error:140943FC,curl140943fc_PHP教程
程序员文章站
2022-05-24 17:02:32
...
PHP CURL错误: error:140943FC,curl140943fc
使用PHP访问https网站的时候,间歇性会报error:140943FC错误。google之,通过如下方案可处理:
1、服务器ssl版本较高
curl_setopt($this->curl, CURLOPT_SSLVERSION, 4);
2、进程处理完毕之后关闭会话,不再缓存供重用
curl_setopt($this->curl, CURLOPT_FORBID_REUSE, TRUE);
推荐阅读
-
Parse Error: syntax error, unexpected $end 错误_PHP教程
-
PHP Fatal error: Cannot use object of type stdClass as array in错误_PHP教程
-
PHP中通过trigger_error触发PHP错误示例_PHP教程
-
ThinkPHP提示错误Fatal error: Allowed memory size的解决方法,thinkphpfatal_PHP教程
-
错误解决:error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory,errorwhileloading_PHP教程
-
完美解决phpdoc导出文档中@package的warning及Error的错误,_PHP教程
-
Codeigniter出现错误提示Error with CACHE directory的解决方案_PHP教程
-
php curl登陆qq后获取用户信息时证书错误_PHP教程
-
错误解决:error while loading shared libraries: libcurl.so.4: cannot open shared object file: No such file or directory,errorwhileloading_PHP教程
-
php curl登陆qq后获取用户信息时证书错误_PHP教程