I ahve followed all the tutorials and instructions for setting this up. Got my SSL cert working but I can't seem to get the checkout to work with credit cards through the linkpoint API. It sits in the finla page forever then goes to a totally blank page, no errors or anything.
... I already checked with my host and port 1129 is open and i got the info from the curltest.php here it is:
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] => 2.188
[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
Any ideas what I may have set up wrong?




