use /etc/ssl/ca-bundle.pem 85/24485/1
authorPatrick Ohly <patrick.ohly@intel.com>
Tue, 15 Jul 2014 08:43:01 +0000 (10:43 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Tue, 15 Jul 2014 08:47:39 +0000 (10:47 +0200)
Tizen has /etc/ssl/ca-bundle.pem as CA bundle. We must compile neon to
use it, otherwise the server in a SSL connections cannot be verified.

Closes TC-300.

Change-Id: Ifd3a1e830a4f96443bbea67f75294adbb0490a14
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
packaging/neon.spec

index f4b07ea..08b48fb 100644 (file)
@@ -41,6 +41,7 @@ rm -f aclocal.m4 ltmain.sh
 sh autogen.sh
 %configure \
     --with-ssl=gnutls \
+    --with-ca-bundle=/etc/ssl/ca-bundle.pem \
     --enable-threadsafe-ssl=posix \
     --with-expat \
     --disable-nls \