maggs
maggs

Reputation: 125

mac 10.7.5 brew update error:1407742E:SSL

when I run brew update on mac 10.7.5 I get the following error message:

fatal: unable to access 'https://github.com/Homebrew/homebrew-core/': 
error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
Error: Fetching /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core failed!

I have run brew install openssl and get

Updating Homebrew...
Warning: openssl 1.0.2n is already installed

How do I resolve this issue. Thanks

Upvotes: 2

Views: 1737

Answers (1)

valley
valley

Reputation: 177

Did someone figure out how to make brew work again? I also have to use OSX 10.7.5 for a legacy application and i cannot push my source code to GitHub nor update any brew application nor brew itself. Any help is appreciated!

UPDATE: I finally got it working by installing MacPorts and the port 'git-core'. After that git and openssl had the most recent version and pushing to GitHub was possible again (updating Homebrew as well as a side effect).

Upvotes: 1

Related Questions