MDL-14959 Skip cert verification

This commit is contained in:
ethem
2008-06-20 11:11:01 +00:00
parent b6398eb44b
commit e5bd3250fa
+1 -1
View File
@@ -252,7 +252,7 @@ class AuthorizeNet
}
$host = $test ? 'certification.authorize.net' : 'secure.authorize.net';
$data = download_file_content("https://$host:443/gateway/transact.dll", $headers, $pd, false, 60);
$data = download_file_content("https://$host:443/gateway/transact.dll", $headers, $pd, false, 300, 60, true);
if (!$data) {
$message = "No connection to https://$host:443";
return AN_RETURNZERO;