Skip to content

云编译报SSL certificate problem:的处理方案

有些小伙伴在云编译的时候会出现 SSL certificate problem:unable to get local issuer certificate (seehttps://curl.haxx.se/libcurl/c/libcurl-errors.html) forhttps://oss.niucloud.com/cloud/build?authorizecode=xtamp=1719900218 这样的报错,如下图所示:

遇到这个问题,只需要把文件中云服务请求改成http请求即可:niucloud/core/util/niucloud/CloudService.php,将文件中的https请求改为http即可。

基于 MIT 协议发布