I would appreciate any help.
First of all, I would like to note:
1. I do not use GoDaddy
2. I contacted my dedicated host provider, APlus, they do not require a proxy to talk to external sites via cURL.
3. I have verified cURL is working via curltest.php
4. And port 1129 is open for bi-directional communication
Interestingly enough, a few months ago, everthing was wokring, now... nothing.
When I go to "curltest.php?linkpoint=1", this is the error I get:
28 Resolving host timed out: secure.linkpt.net
Array
(
[url] => "https://secure.linkpt.net:1129/LSGSXML"
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0
[namelookup_time] => 0
[connect_time] => 0
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => 0
[upload_content_length] => 0
[starttransfer_time] => 0
[redirect_time] => 0
)
EOF
Here is the log file I recieve after attempting a purchase:
Communication Result: 28 - Resolving host timed out: secure.linkpt.net
Response Code: <
Sending to Gateway:
result = GOOD
oid = 2-HwwvJf
ip = 96.229.183.93
YADDA YADDA YADDA...
ordertype = SALE
host = secure.linkpt.net
port = 1129
keyfile =
C:/Inetpub/wwwroot/ItsAGrind.org/store/includes/modules/payment/linkpoint_api/1001187070.pem
configfile = 1001187070
transactionorigin = ECI
terminaltype = UNSPECIFIED
Result: proved>FAILURECould not connect.
Communication Result: 28 - Resolving host timed out: secure.linkpt.net CURL info: Array (
[url] => https://secure.linkpt.net:1129/LSGSXML
<snip - removed by moderator>
)
I do not know if this helps but when I try and connect to Authorize.net I get something back even thoough I am not using Auth and it is not enabled: curltest.php?authnet=1
I have search and read all the posts here and even several for OSCommerce... to no prevail.
It if would help to check for yourself.. here is the address:
http://www.itsagrind.com/store/extras/curltest.php
Please help! Thanks.



