brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/64555220bfbf4a25598523c2e4d3a232560eaad7/Formula/openssl.rb -f
This should install openssl in /usr/local/opt/openssl
If you already have 1.1 installed, you should have 2 versions of opensll in: /user/local/opt/
[email protected]
openssl
(1.0)
Install or Reinstall the version you want, but you must do it with --with-openssl-dir
and pass the path of openssl (1.0).
In my case is /usr/local/opt/openssl
rvm install YOUR-RUBY-VERSION --with-openssl-dir='/usr/local/opt/openssl'
Also for asdf:
After installing libssl1.0