superbiche
3/5/2017 - 1:54 AM

git: how to solve "SSLRead() return error -9806" in OSX using brew

git: how to solve "SSLRead() return error -9806" in OSX using brew

$ brew remove git
$ brew remove curl

$ brew install openssl
$ brew install --with-openssl curl
$ brew install --with-brewed-curl --with-brewed-openssl git
# If you don't already have php71 installed, replace "reinstall" with "install"
$ brew reinstall php71 --with-homebrew-curl # and any other with/without option offered by "brew info php71"