From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Thu, 13 Nov 2008 18:29:00 +0000 (+0000) Subject: Add a note about the location of ca-bundle.crt. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=589eca744058b1a5d74890bc701ae3962872e336;p=fedora-mingw.git Add a note about the location of ca-bundle.crt. --- diff --git a/curl/mingw32-curl.spec b/curl/mingw32-curl.spec index 94ccb8c..ac0ca88 100644 --- a/curl/mingw32-curl.spec +++ b/curl/mingw32-curl.spec @@ -80,6 +80,11 @@ This is the MinGW cross-compiled Windows library. --disable-static --with-libssh2 \ --without-random +# It's not clear where to set the --with-ca-bundle path. This is the +# default for CURLOPT_CAINFO. If this doesn't exist, you'll get an +# error from all https transfers unless the program sets +# CURLOPT_CAINFO to point to the correct ca-bundle.crt file. + # --without-random disables random number collection (eg. from # /dev/urandom). There isn't an obvious alternative for Windows: # Perhaps we can port EGD or use a library such as Yarrow.