Search for openssl cert store on app init, if the store is not present.

fixes  #3851
This commit is contained in:
tamasmeszaros 2020-03-25 09:38:51 +01:00
parent c3a9915fa1
commit 1123689a22
3 changed files with 65 additions and 4 deletions

View file

@ -55,7 +55,12 @@ ExternalProject_Add(dep_libcurl
--enable-versioned-symbols
--enable-threaded-resolver
--with-random=/dev/urandom
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
# CA root certificate paths will be set for openssl at runtime.
--without-ca-bundle
--without-ca-path
--with-ca-fallback # to look for the ssl backend's ca store
--disable-ldap
--disable-ldaps
--disable-manual