Resolving missing link to libcrypto openssl on OSX from: http://stackoverflow.com/questions/38670295/brew-refusing-to-link-openssl
brew update
brew install openssl
ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/
ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/
ANDDDDD... after accidentally upgraded openssl (and brew), this is no longer working for me. somehow.
But I find this working (no need to do the last step - brew switch... )
aisingapore/TagUI#635 (comment)