Hi,
I installed the latest version of Zencart (1.3.8) in our new site, www.EmbroideryPortraits.com
I enabled PayPal IPN and Linkpiont Api.
PayPal seems working fine (it connected to payPal website) but Linkpoint shows an error message in both test and production mode:
"We apologize for the inconvenience, but we are presently unable to contact the Credit Card company for authorization. Please contact the Store Owner for payment alternatives."
I set up Linkpoint the same way as on our other website (in Zencart 1.3.7), where it works fine.
I use the same PEM certificate.
I could not figure out what is wrong.
The alert email shows this for Linkpoint api: (The XXXXXXX are our store numbers)

ordertype = SALE
host = secure.linkpt.net
port = 1129
keyfile = /public_html/Gifts/includes/modules/payment/linkpoint_api/XXXXXXX.pem
configfile = XXXXXXX
transactionorigin = ECI
terminaltype = UNSPECIFIED


Result: proved>FAILURECould not connect.

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] => 0.001528
[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
)
Please let me know what did I do wrong with the setup.
Thank you Istvan,