curl 不支持 https

如果curl是默认安装的话,是不支持https,当你在使用libcurl去访问https时,就会报以下的错误 * Protocol https not supported or disabled in libcurl * Unsupported protocol 可以通过下面的命令查看curl现在支持哪些协议    可以看到现在curl是不支持https的 如果curl要支持https,就必须先安
相关文章
相关标签/搜索