We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d0273a commit c3e0908Copy full SHA for c3e0908
lib/mix/lib/mix/utils.ex
@@ -662,10 +662,10 @@ defmodule Mix.Utils do
662
[cacerts: apply(:public_key, :cacerts_get, [])]
663
rescue
664
_ ->
665
- msg =
666
- "warning: Failed to load system certificates. Falling back to skip SSL peer verification."
+ Mix.shell().error(
+ "warning: failed to load system certificates. SSL peer verification will be skipped but downloads are still verified with a checksum"
667
+ )
668
- Mix.shell().error(msg)
669
[verify: :verify_none]
670
end
671
else
0 commit comments