Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2020-03-25 11:38:51 +0300
committertamasmeszaros <meszaros.q@gmail.com>2020-03-25 11:41:29 +0300
commit1123689a226b243c15ca0748ebb5f9f029abe830 (patch)
treed94861e8508ee7374a7615396da241cc84bacbd9 /deps
parentc3a9915fa1fd02cd0954c2808f80280f679714f4 (diff)
Search for openssl cert store on app init, if the store is not present.
fixes #3851
Diffstat (limited to 'deps')
-rw-r--r--deps/deps-linux.cmake7
1 files changed, 6 insertions, 1 deletions
diff --git a/deps/deps-linux.cmake b/deps/deps-linux.cmake
index 9050a0701..3727eba7b 100644
--- a/deps/deps-linux.cmake
+++ b/deps/deps-linux.cmake
@@ -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