I'm currently using AMPPS on Mac OSX 10.9. I'm trying to make a soap call to a HTTPS resource but getting an error when trying to access an https url. I can access a HTTP url successfully. The php included with AMPPS does not appear to come built with openSSL and there is no openSSL extension available through the PHP tab of the Control Center /Admin Panel. I've tried editing the php.ini file to load the openssl extension but it appears there is a architecture compatibility issue.
Has anyone been able to successfully enable openSSL with AMPPS php?
Any suggestions on how to get openSSL working with AMPPS php?