Skip to content

Fix default bundle not being used in `git` process

Stan Hu requested to merge sh-fix-default-ssl-bundle into master

Imports to sites that relied on the default SSL bundle would fail due to libcurl not looking at the default bundle file when the CA path was set. The --with-ca-fallback flag is needed to activate that. The other compile options cause libcurl to use the default OpenSSL settings for bundles and cert paths.

Edited by Stan Hu

Merge request reports