Package Details: mingw-w64-curl 8.7.1-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-curl.git (read-only, click to copy)
Package Base: mingw-w64-curl
Description: An URL retrival utility and library (mingw-w64)
Upstream URL: https://curl.haxx.se
Licenses: MIT
Submitter: Schala
Maintainer: drakkan
Last Packager: drakkan
Votes: 12
Popularity: 0.000000
First Submitted: 2012-08-12 07:46 (UTC)
Last Updated: 2024-03-29 17:40 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

julienCXX commented on 2015-06-01 10:42 (UTC)

It seems that SSL authentication fails on the CA certificate check, as no certificate seems to be included. A possible workaround is to use the Windows' SSL implementation instead: in the “configure_args” variable, replace “--with-ssl” by “--with-winssl”. Also note that this variable should start with an underscore (following the Arch packaging standards). Thanks.