For time being... we had to disable $VERIFY_PEER and it seems to have
worked for us . Now we are getting info back from sandbox abstract class
AuthorizeNetRequest{protected $_api_login;protected
$_transaction_key;protected $_post_string;// public $VE...
I have disabled the cert check in abstract class
AuthorizeNetRequest{protected $_api_login;protected
$_transaction_key;protected $_post_string;public $VERIFY_PEER = true; //
Set to false if getting connection errors.// public $VERIFY_PEER =
false; //...