Search for openssl cert store on app init, if the store is not present.
fixes #3851
This commit is contained in:
parent
c3a9915fa1
commit
1123689a22
3 changed files with 65 additions and 4 deletions
7
deps/deps-linux.cmake
vendored
7
deps/deps-linux.cmake
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue