Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Feb 2005
    Location
    New Jersey
    Posts
    646
    Plugin Contributions
    0

    bug LinkPoint declining all orders - HostGator

    I am also having an issue with LinkPoint declining all my orders. I recently had my site scanned for PCI Compliance and after sending the failing results to my host they tweaked things and it passed. Well now my payment gateway is declining every card that is run on my site and LinkPoint said the requests are not even coming through.
    I once again emailed my host and I received the following reply requesting additional information. The problem is, I have no idea how the gateway works which is what they are asking me.

    Can someone please tell me what I need to tell them?
    I am using 1.3.8a.
    Do I also need the fix mentioned in this post? I haven't had any issues until this weekend.
    Also... I use HostGator, in case some else is also experiencing the same issue. I have two sites on two different accounts and the same thing is happening on both sites.
    The following is the email from them...

    Can you provide us with some details on how your payment gateway works exactly? We have recently rolled out some new mod_security rules that could be blocking this, however, it appears that your domains hitting several of these rules, and as such make me believe that some of these are not false positives. Any insight would allow us to quickly determine what the cause might be so that we can assist in getting this working again.

    Thank you in advance for any help.

    Kelly

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: LinkPoint declining all orders - HostGator

    How it works:
    1. The credit card number is collected from the customer (via SSL-protected page)
    2. The number is submitted via CURL (over SSL) to the Linkpoint server ... on port 1129 (meaning 1129 needs to be open on the firewall)
    3. The gateway sends a response back, and the cart stores the order.

    mod_security should only be able to affect it at step #1 ... but if that's the case, it's being too restrictive.

    If it's never getting to the linkpoint server, then step 2 is failing ... meaning either CURL isn't configured to run over SSL, or port 1129 isn't open on the firewall/router.



    Semi-related FAQ article: https://www.zen-cart.com/tutorials/i...hp?article=298


    One way to test the CURL/SSL setup is to look in your /extras file for curltest.php, and run it from your browser, using an extra parameter, like this:

    www.my_site.com/extras/curltest.php?linkpoint=1

    If you get SSL or CURL errors, something's broken in those.
    If you get a timeout error then the firewall is blocked.
    If you get a message from Linkpoint about invalid account number, then it means you talked to the linkpoint server successfully (ie: the error is from *their* server, meaning your communications is open)

    What happens when you do that test?

    What happens if you turn on the "Debug Log To File" option in your admin area inside the linkpoint module settings? The logs will be stored in the /cache folder, as long as it's writable.


    Ask them to tell you "which" rules are being triggered ... and the log details that indicate such.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: LinkPoint declining all orders - HostGator

    Sounds like a bit of 'over tweaking' on the part of your Hoster. You should see if you can get copies of the error output regarding your site and mod_sec Rules in question. You may not know that they mean but by posting them here you get can get some knowledgeable feedback on them.

    Also, do you use another Payment method type and does that have problems?

  4. #4

    Default Re: LinkPoint declining all orders - HostGator

    Thanks for posting this. I just encountered the exact same problem after installing Config Server Firewall on my Host Gator server.

    The port to open is 1129 (as per above post and the tutorials page). I added the port to the TCP_IN and TCP_OUT lists in the firewall configuration file.

    In the event someone else encounters this I'll also mention that my customers were getting the following error:

    2006 MySQL server has gone away in: [select customers_email_format from customers where customers_email_address='[email protected]']
    2006 MySQL server has gone away in:
    [select count(*) as total from sessions where sesskey =
    'xxx...']

    Total red herring message. I knew my Paypal customers were checking out successfully and that the SQL statement ran fine from the console so I assumed it was something with Linkpoint and the firewall.

    Thanks for that little trick on pinging Linkpoint Dr. Byte. Made the testing SUPER EASY!!
    www.pinkchalkfabrics.com - cloth, pattern + tool for modern sewists
    ZC version 1.3.9h, Simple Category Tree, Super Orders

 

 

Similar Threads

  1. Set all Processing orders to Delivered? Or delete all orders?
    By Brian1234 in forum Managing Customers and Orders
    Replies: 11
    Last Post: 29 Jun 2011, 10:04 PM
  2. LinkPoint API and declining issue
    By marcopolo in forum General Questions
    Replies: 11
    Last Post: 4 Nov 2008, 05:13 AM
  3. Authorize only on orders over XX amount: LinkPoint
    By kendur in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 9 Jul 2008, 08:01 AM
  4. LinkPoint API and declining cards?
    By Jeff_Mash in forum General Questions
    Replies: 11
    Last Post: 23 Feb 2008, 04:16 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg