编译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

原文地址:https://www.cnblogs.com/LandyTan/p/10628401.html