'Downgrading openssl is not possible in OSX
After upgraded brew in OSX it also updated the openssl older version to openssl1.1 but [email protected] is not supporting the older versions for ruby of 2.3.x or older but I need to use older version is there a way so that I can downgrade my openssl or brew
I don't have older version of ssl I did the rvm install version.It installed the ruby version successfully.But when I did "bundle" I am getting the error "ssl not supported .. " Up on this: https://github.com/rvm/rvm/issues/4006 I understood its not possible to install ruby older version less than 2.4 with [email protected] by using rvm. I want to know is it possibe to downgrade openssl by using brew directly?? I have tried multiple ways it not worked??
Solution 1:[1]
Are you sure the version is the problem? First try:
brew info openssl
Follow the instructions to be sure. If this doesn't resolve the problem, please add more info on what error's you are getting.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | lacostenycoder |
