The goal is to avoid this type of error with AppVeyor builds:
appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
Error downloading remote file: One or more errors occurred.
Inner Exception: The request was aborted: Could not create SSL/TLS
secure channel.
Command exited with code 2
- choco install winflexbison
- win_flex --version
- win_bison --version
- - appveyor DownloadFile https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
+ - appveyor DownloadFile https://github.com/the-tcpdump-group/WinPcap_Dev_Pack_mirror/raw/master/WpdPack_4_1_2.zip
- 7z x .\WpdPack_4_1_2.zip -oc:\projects\libpcap\Win32
- appveyor DownloadFile https://npcap.com/dist/npcap-sdk-1.13.zip
- 7z x .\npcap-sdk-1.13.zip -oc:\projects\libpcap\Win32\npcap-sdk