Skip to content

Instantly share code, notes, and snippets.

@y2q-actionman
Created January 6, 2020 06:12
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 y2q-actionman/1e028ce5a17cab407d93ef09901a8399 to your computer and use it in GitHub Desktop.
Save y2q-actionman/1e028ce5a17cab407d93ef09901a8399 to your computer and use it in GitHub Desktop.
MacOSXのHomebrewをアップデートした結果、OpenSSLが1.1系になって1.0系が使えなくなったけど、"Library not loaded: libcrypto.1.0.0.dylib issue in mac"とか出るのでOpenSSL 1.0系に戻す
# MacOSXのHomebrewをアップデートした結果、OpenSSLが1.1系になって1.0系が使えなくなったけど、"Library not loaded: libcrypto.1.0.0.dylib issue in mac"とか出るのでOpenSSL 1.0系に戻したければ:
brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb --force
brew switch openssl 1.0.2t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment