Skip to content

Instantly share code, notes, and snippets.

@teddywing
Last active December 4, 2018 22:16
Show Gist options
  • Save teddywing/99e014a160fa169a4940529490fbf8c3 to your computer and use it in GitHub Desktop.
Save teddywing/99e014a160fa169a4940529490fbf8c3 to your computer and use it in GitHub Desktop.
Mac OS X 10.8 Mountain Lion Curl SSL error 35 fix

A fix for this error on Mac OS X 10.8 Mountain Lion:

[35] SSL connect error (error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure)
	cd /usr/lib
	mv libcurl.4.dylib libcurl.4.dylib~
	sudo mv libcurl.4.dylib libcurl.4.dylib~
	sudo ln -s /usr/local/lib/libcurl.4.dylib 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment