ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# :-: 云编译报SSL certificate problem:的处理方案 有些小伙伴在云编译的时候会出现 SSL certificate problem:unable to get local issuer certificate (seehttps://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://oss.niucloud.com/cloud/build?authorize code=xtamp=1719900218 这样的报错,如下图所示: ![](https://img.kancloud.cn/ac/2e/ac2ecd2e0f7f28b4bcbce583cc60a421_1040x151.png) 遇到这个问题,只需要把文件中云服务请求改成http请求即可:niucloud/core/util/niucloud/CloudService.php,将文件中的https请求改为http即可。 ![](https://img.kancloud.cn/ca/38/ca3899929590a061f893e6235f7ccd1c_1172x606.png)