When I complete step 3 in the checkout process, Linkpoint stalls for a few minutes and sends me this error information:
Apr-15-2008 10:22:43
=================================
Communication Result: 7 - couldn't connect to host
Response Code: <
Sending to Gateway:
result = GOOD
oid = 12570-IOEVQK
ip = 24.74.134.92
ponumber =
subtotal = 140
tax = 3.5
shipping = 00
chargetotal = 143.5
cardnumber = ******
cardexpmonth = 01
cardexpyear = 09
cvmindicator = provided
cvmvalue = ******
userid = 1
customerid = 1
name = Joseph Meldrich
company = Softex, Inc.
address1 = 8314 Cricket Lake Drive
address2 =
city = Charlotte
state = North Carolina
country = US
phone = 704-541-8062
email = [email protected]
addrnum = 8314 Cricket Lake Drive
zip = 28277
sname = Joseph Meldrich
saddress1 = 8314 Cricket Lake Drive
saddress2 =
scity = Charlotte
sstate = North Carolina
szip = 28277
scountry = US
comments = Website Order
items = Array
(
[0] => Array
(
[id] => 36
[description] => FILL DIRT
[quantity] => 10
[price] => 5.00
)
[1] => Array
(
[id] => 34
[description] => Tri-Axle Dump Truck
[quantity] => 1
[price] => 90.00
)
)
ordertype = SALE
host = secure.linkpt.net
port = 1129
keyfile =
/home/pressley/public_html/includes/modules/payment/linkpoint_api/1167710.pem
configfile = 1167710
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.069469
[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
)
I've requested from my Host a cURL proxy address but the support guy replied with this statement:
I'm unsure why you need curl proxy. Curl is to send encrypted information to the script, and it's a command. Please check the vendor's manual for more info.
The manual doesn't have anymore info. I need some assistance in getting this thing configured.
Can anyone help?
Thanks



