OMI (like many other programs) requires the Homebrew version of OpenSSL. We used to follow .NET Core's instructions and brew link --force the libraries into the system locations. This was, of course, a terrible idea and Homebrew/brew#597 prevents it from being done (for security reasons), which caused our CI build failures for OS X.
OMI (like many other programs) requires the Homebrew version of OpenSSL. We used to follow .NET Core's instructions and
brew link --forcethe libraries into the system locations. This was, of course, a terrible idea and Homebrew/brew#597 prevents it from being done (for security reasons), which caused our CI build failures for OS X.