A nice simple one, we need to change a line in the php.ini file:(right click the easyphp icon in the system tray and click configure->PHP)
from:
;extension=php_openssl.dll
to:
extension=php_openssl.dll
Once that line is enabled then restart the webserver.
i have more than one php.ini file how i know i changed in correct file
Not sure if that’s normal but if you’re really not sure I suggest making a change in one of them and then seeing if whatever you’re trying to do that requires openssl works or not.
Does anyone know if enabling openssl will satisfy the requirement for Authorize.net TLS disablement that is happening at the end of February? I have checked with AuthorizeNet tech support, and they keep saying “check with your developer”. I am my developer, and he doesn’t know.