Skip to content

Instantly share code, notes, and snippets.

@Kristories
Created July 18, 2021 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kristories/e948f92c12bda406c2dc61cb2577bbe7 to your computer and use it in GitHub Desktop.
Save Kristories/e948f92c12bda406c2dc61cb2577bbe7 to your computer and use it in GitHub Desktop.
[Homebrew] SSL peer handshake failed

Try

brew install glib
Output
Updating Homebrew...

==> Downloading https://download.gnome.org/sources/glib/2.68/glib-2.68.3.tar.xz

curl: (35) SSL peer handshake failed, the server most likely requires a client certificate to connect
Error: Failed to download resource "glib"
Download failed: https://download.gnome.org/sources/glib/2.68/glib-2.68.3.tar.xz

Solution

wget https://download.gnome.org/sources/glib/2.68/glib-2.68.3.tar.xz
mv glib-2.68.3.tar.xz $(brew --cache glib)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment