file_get_contents下载一个https图片,报错如下Warning: file_get_contents(): Failed to enable cryptofailed to open stream: operation failed in已经在php.ini 打开openssl扩展和 fopen url在phpinfo里面检查已经正确开启 $arrContextOptions=array( "ssl"=>array( "verify_peer"=>false, "verify_peer_name"=>false,
),
);
// return file_get_contents($url);
return file_get_contents($url, false, stream_context_create($arrContextOptions));使用这段代码同样无效,仍然报此错误
目前暂无任何回答
- 0 回答
- 0 关注
- 2590 浏览
添加回答
举报
0/150
提交
取消