openssl 0.9.8
doesn\'t work with tls 1.2
:
user@computer: /usr/bin/openssl version
OpenSSL 0.9.8zg 14 July 2015
user@computer: /usr/
I recompiled libcurl MAMP is using. It works for me now :)
So, let's do the following:
/Applications/MAMP/Library/bin/curl-config --version
to see which version you've gothttp://curl.haxx.se/download/
and download the right version./configure --prefix=/Applications/MAMP/Library/
make && make install
Source: http://dev.soup.io/post/56438473/If-youre-using-MAMP-and-doing-something
As of July 21, 2016, there is a pre-release available of MAMP PRO 4 which includes OpenSSL 1.0.2, get the pre-release here:
https://www.mamp.info/en/pre-release.html
I have asked this question to developers MAMP & MAMP PRO. Here's what they said:
MAMP (PRO) 3.x does NOT bundle OpenSSL software but uses what comes bundled with Mac OS. If you update OpenSSL in Mac OS, MAMP (PRO) should automatically use the updated version. We will be including the latest OpenSSL in our future MAMP 4 release, which will be available soon. This will be a paid update.
UPD From comments (thanks to @lukemh):
If you wish to continue using MAMP version 3 you could also do the following to get it to work: