CA 证书 标签归档 - 永夜 没有不值得去解决的问题,也没有不值得去学习的技术! Thu, 30 Jul 2026 14:38:29 +0000 zh-Hans hourly 1 https://wordpress.org/?v=7.1 https://media.shuijingwanwq.com/2026/05/logo-150x150.png CA 证书 标签归档 - 永夜 32 32 在 Yii2 中,file_get_contents(“https://api.weixin.qq.com”); 时报错:yii\base\ErrorException: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: https://www.shuijingwanwq.com/2025/04/21/8981/ Mon, 21 Apr 2025 03:38:50 +0000 https://www.shuijingwanwq.com/?p=8981 在 Yii2 中使用 file_get_contents 请求微信接口时报错 SSL operation failed。文章分析了该问题由于 CA 证书缺失或配置错误导致,尝试在 php.ini 中配置 openssl.cafile 并重启服务后仍未解决。最终通过基于 curl 重新实现请求逻辑,成功绕过了 SSL 验证问题并解决了报错。

在 Yii2 中,file_get_contents(“https://api.weixin.qq.com”); 时报错:yii\base\ErrorException: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:最先出现在永夜

]]>