I've been trying to get link point working with my site and every time I try to make a payment I get a timeout responce. I've uploaded my .pem file into include/modules/payment/linkpoint_api. I've set up my customer number in the config settings for the link point api.
I've installed curltest and added the argument ?linkpoint=1 and I get the following response:
28 connect() timed out!
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.067
[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
My hosting provider is godaddy. Any help would be greatly appreciated. If anyone would like to see this error in action go to http://www.AsSeenOnTvRetailStore.com and http://www.AsSeenOnTvRetailStore.com/curltest. Right now it's set up in test mode so you can test using the test cc numbers.




