编译libcurl支持https协议
Posted landytan
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了编译libcurl支持https协议相关的知识,希望对你有一定的参考价值。
编译与安装参考:http://www.cnblogs.com/openiris/p/3812443.html
注意事项:先下载安装完nasm和perl再打开控制台(需要将nasm安装路径添加到Path环境变量中)。
curl: https://curl.haxx.se/download/curl-7.37.0.zip
openssl: ftp://ftp.openssl.org/snapshot/openssl-1.0.2-stable-SNAP-20190326.tar.gz
nasm: https://www.nasm.us/pub/nasm/releasebuilds/2.11.05/win32/nasm-2.11.05-installer.exe
perl: http://203.205.138.104/dl.softmgr.qq.com/original/Development/ActivePerl-5.16.3.1604-MSWin32-x64-298023.msi?mkey=5c9f00bf2a4c9342&f=0a7c&cip=42.76.181.183&proto=http
测试用例参考:https://www.cnblogs.com/lidabo/p/4583061.html
以上是关于编译libcurl支持https协议的主要内容,如果未能解决你的问题,请参考以下文章
Ubuntu+NDK编译openssl(为了Android上使用libcurl且支持HTTPS协议)
libcurl 中不支持或禁用协议“https”-如何检查当前版本的 libcurl [关闭]