Bug#640639: libcurl: CURLE_SSL_CACERT_BADFILE error when all CAs in ca-certificates disabled

2011-09-06 Thread Daniel Stenberg
On Tue, 6 Sep 2011, Simon Josefsson wrote: | $ ls -l /etc/ssl/certs/ca-certificates.crt | -rw-r--r-- 1 root root 0 Sep 2 00:07 /etc/ssl/certs/ca-certificates.crt This is probably a libgnutls bug, but since I haven't pinned it down I'm filing it here. Known problem? I recall similar

Bug#640639: libcurl: CURLE_SSL_CACERT_BADFILE error when all CAs in ca-certificates disabled

2011-09-06 Thread Simon Josefsson
Daniel Stenberg dan...@haxx.se writes: On Tue, 6 Sep 2011, Simon Josefsson wrote: | $ ls -l /etc/ssl/certs/ca-certificates.crt | -rw-r--r-- 1 root root 0 Sep 2 00:07 /etc/ssl/certs/ca-certificates.crt This is probably a libgnutls bug, but since I haven't pinned it down I'm filing it here.

Bug#640639: libcurl: CURLE_SSL_CACERT_BADFILE error when all CAs in ca-certificates disabled

2011-09-06 Thread Jonathan Nieder
reassign 640639 libgnutls26 2.12.10-1 tags 640639 + upstream fixed-upstream quit Simon Josefsson wrote: Thanks for the pointer -- I managed to track it down, and installed a patch for it: http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=ab782d356200f44736edb687304d5e90438e2185 Thanks,

Bug#640639: libcurl: CURLE_SSL_CACERT_BADFILE error when all CAs in ca-certificates disabled

2011-09-05 Thread Jonathan Nieder
Package: libcurl3-gnutls Version: 7.21.7-1 Today I ran into a weird error: | $ git fetch | error: while accessing https://github.com/torvalds/linux.git/info/refs The cause was that git does not fall back to curl_easy_strerror() when the error buffer is empty, as discussed at [1]. Easy enough

Bug#640639: libcurl: CURLE_SSL_CACERT_BADFILE error when all CAs in ca-certificates disabled

2011-09-05 Thread Simon Josefsson
Jonathan Nieder jrnie...@gmail.com writes: | $ ls -l /etc/ssl/certs/ca-certificates.crt | -rw-r--r-- 1 root root 0 Sep 2 00:07 /etc/ssl/certs/ca-certificates.crt This is probably a libgnutls bug, but since I haven't pinned it down I'm filing it here. Known problem? I recall similar