Hi all,

I'm currently using a virtual private server with zencart 1.3.9h installed. I have an SSL Cert and working and I've verified that cURL and PHP work. here is my own curl testing php (couldnt find this CURLTESTER.PHP file that I've read about on here??) http://draftrite.com/testcurl.php

However, I can't seem to connect to FirstData.

This is the error log:

Code:
Communication Result: 7 - couldn't connect to host
CURL info: 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] => 3.1E-05
    [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
)

Using CURL Proxy: [proxy.shr.secureserver.net:3128]  with Proxy Tunnel: Off
in bash how do I know if 1129 is open? I've used these commands to open it:

Code:
-A INPUT -p tcp -m tcp --dport 1129 -j ACCEPT
-A OUTPUT -p tcp -m tcp --dport 1129 -j ACCEPT
Is something wrong with that?

Also, is there a CURLTESTER.php I can download somewhere?

Please help! Thanks!