diff --git a/Library/Homebrew/utils/curl.rb b/Library/Homebrew/utils/curl.rb index 7f0d08b364..20608b6fc7 100644 --- a/Library/Homebrew/utils/curl.rb +++ b/Library/Homebrew/utils/curl.rb @@ -42,6 +42,7 @@ def curl(*args) # with SSL downloads so unset it here. system_command! curl_executable, args: curl_args(*args), + print_stdout: true, env: { "SSL_CERT_FILE" => nil } end