I have a PHP script which I downloaded and serving off my Macbook using MAMP. However when I try to access the php script from the browser I get this error.
Notice: SoapClient::SoapClient() [function.SoapClient-SoapC
lient]: Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /Applications/MAMP/htdocs/
api5.php on line 21
I understand this is because my php is not configured for ssl, but how do I do this? Please note I am using MAMP which is similar to WAMP but for the mac os.
Start Free Trial