Update OpenSSL on OS X with Homebrew

前端 未结 8 1516
天命终不由人
天命终不由人 2020-11-22 02:04

I\'m using MacOS X 10.7.5 and I need a newer OpenSSL version due to handshake failures. There are several tutorials on the internet and I tried the following:



        
相关标签:
8条回答
  • 2020-11-22 02:57

    To answer your question regarding updating openssl I followed these steps to successfully update the version found on my Mac to the newest openssl version 1.0.1e.

    I followed the steps found here: http://foodpicky.com/?p=99

    When you reach the steps for terminal commands make and make install be sure to use sudo make and sudo make install (I had to go through the step-by-step twice because I did it without sudo and it did not update).

    Hope this helps

    0 讨论(0)
  • 2020-11-22 03:03

    installed openssl on mac with brew but nothing found on /usr/local/bin where other brew installed bins are located. Found my fresh openssl here:

    /usr/local/opt/openssl/bin/openssl

    Run it like this:

    /usr/local/opt/openssl/bin/openssl version

    I don't want to update OS X openssl, while some OS stuff or other 3rd party apps may have dependency on older version.

    I also don't mind longer path than just openssl

    Writing this here for all the Googlers who are looking for location of openssl installed by brew.

    0 讨论(0)
提交回复
热议问题