Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Windows 中的 Visual Studio 2008 使用 Openssl 编译的 libcurl 将数据发布到 HTTPS 服务器,并且在将 CURLOPT_SSL_VERIFYPEER 设置为 0 的情况下一切正常。我尝试遵循http://curl.haxx.se/docs/sslcerts。 html以及手册中的几乎每个“SSL 和安全选项”选项。我想知道正确的选项组合是什么以及证书文件应该是什么样子。
谢谢。
您可以从官方网站找到有关如何提取 CA 证书的信息