Disable --with-cafile by default to use OpenSSL default paths

This commit is contained in:
Tatsuya Kinoshita
2021-02-22 22:34:03 +09:00
parent e33ed88bc2
commit 301835c267
4 changed files with 5 additions and 5 deletions

View File

@@ -537,7 +537,7 @@ if test x"$enable_sslverify" = xyes; then
AC_MSG_CHECKING(for CA file location)
AC_ARG_WITH(cafile,
[ --with-cafile[[=CAFILE]] CA file to verify SSL certificate [[guessed]]],,
[with_cafile=yes])
[with_cafile=no])
if test x"$with_cafile" = xyes; then
for f in /etc/ssl/certs/ca-certificates.crt \
/etc/pki/tls/certs/ca-bundle.crt \