Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19
  1. #11
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Auth.net SIM script timed out while trying to POST transaction results

    Server log successful, test server transaction
    198.241.168.60 - - [13/Nov/2014:14:31:47 -0800] "POST /ZEN153/index.php?main_page=checkout_process&action=confirm HTTP/1.1" 302- "-" "-"
    198.241.168.60 - - [13/Nov/2014:14:31:48 -0800] "GET /ZEN153/index.php?main_page=checkout_success&action=confirm&zenid=549a33192447c5a4b58268 c12181d57f HTTP/1.1" 200 1087 "-" "-"
    Server log failed live server transaction
    198.241.168.60 - - [13/Nov/2014:11:00:43 -0800] "POST /index.php?main_page=checkout_process&action=confirm HTTP/1.1" 302 208 "-" "-"
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  2. #12
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Auth.net SIM script timed out while trying to POST transaction results

    Looked at the SIM_mydebug files a bit closer and found that the data being sent to auth.net differs between the test and live site if that makes any difference.

    The live site data sent to auth.net contains the zenID.
    The test site data sent to auth.net does not contain the zenID

    test site SIM debug
    Sent TO auth.net
    [x_relay_URL] => http:\\chainweavers.TESTSITE/ZEN153/index.php?main_page=checkout_process&action=confirm
    live site SIM debug
    Sent TO auth.net
    [x_relay_url] => https:\\chainweavers.LIVESITE/index.php?main_page=checkout_process&action=confirm&zenid=b03737d35c3d8c 4330608929ba6a72d3
    (I changed forwardslash to backslash after https:)
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  3. #13
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Auth.net SIM script timed out while trying to POST transaction results

    That is not the issue


    Quote Originally Posted by RixStix View Post
    Looked at the SIM_mydebug files a bit closer and found that the data being sent to auth.net differs between the test and live site if that makes any difference.

    The live site data sent to auth.net contains the zenID.
    The test site data sent to auth.net does not contain the zenID

    test site SIM debug
    Sent TO auth.net


    live site SIM debug
    Sent TO auth.net

    (I changed forwardslash to backslash after https:)
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  4. #14
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Auth.net SIM script timed out while trying to POST transaction results

    Quote Originally Posted by RixStix View Post
    Server log successful, test server transaction
    198.241.168.60 - - [13/Nov/2014:14:31:47 -0800] "POST /ZEN153/index.php?main_page=checkout_process&action=confirm HTTP/1.1" 302- "-" "-"
    198.241.168.60 - - [13/Nov/2014:14:31:48 -0800] "GET /ZEN153/index.php?main_page=checkout_success&action=confirm&zenid=549a33192447c5a4b58268 c12181d57f HTTP/1.1" 200 1087 "-" "-"
    Server log failed live server transaction
    198.241.168.60 - - [13/Nov/2014:11:00:43 -0800] "POST /index.php?main_page=checkout_process&action=confirm HTTP/1.1" 302 208 "-" "-"
    Those 302 responses are not part of a default ZC install. Do you have a URL-rewriter intercepting the URLs?

    Are the apache vhosts and all the .htaccess files identical between both servers?
    .

    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.

  5. #15
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Auth.net SIM script timed out while trying to POST transaction results

    Quote Originally Posted by DrByte View Post
    Those 302 responses are not part of a default ZC install. Do you have a URL-rewriter intercepting the URLs?
    No URL rewriter installed.

    Quote Originally Posted by DrByte View Post
    Are the apache vhosts
    apache vhosts => Sorry, I do not understand the question.

    Quote Originally Posted by DrByte View Post
    and all the .htaccess files identical between both servers?
    No they are not identical.
    test site has no .htaccess in root
    prod site has .htaccess in root. Most lines are blocking bad IP and bots. some carryover from previous zencart recommendations.

    Removed .htaccess and auth.net SIM completes transaction as expected. The line from the server log does contain 302

    198.241.168.60 - - [14/Nov/2014:18:44:18 -0800] "POST /index.php?main_page=checkout_process&action=confirm&zenid=3ee5d47d6e3486a1e004e9 3ff23ee21a HTTP/1.1" 302 - "-" "-"
    Thank you. Now to figure out the .htaccess but that should be an easy matter compared to getting here.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  6. #16
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Auth.net SIM script timed out while trying to POST transaction results

    Quote Originally Posted by RixStix View Post
    No they are not identical.
    test site has no .htaccess in root
    prod site has .htaccess in root. Most lines are blocking bad IP and bots. some carryover from previous zencart recommendations.

    Removed .htaccess and auth.net SIM completes transaction as expected. ...

    Thank you. Now to figure out the .htaccess but that should be an easy matter compared to getting here.
    I'd be very interested in knowing which statements in your .htaccess have caused this.
    .

    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.

  7. #17
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Auth.net SIM script timed out while trying to POST transaction results

    Quote Originally Posted by DrByte View Post
    I'd be very interested in knowing which statements in your .htaccess have caused this.
    Found it in the section for blocking "bad bots"
    Amazing what can ultimately cause so much grief and troubleshooting; especially for non-coders.
    Thank you again for pointing me in various directions to isolate the problem.

    Code:
        RewriteCond %{HTTP_USER_AGENT} ^$ [NC,OR]
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  8. #18
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Auth.net SIM script timed out while trying to POST transaction results

    Sent a beverage or two of your choice.

    Thank you again
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  9. #19
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Auth.net SIM script timed out while trying to POST transaction results

    Cheers. Glad it's finally sorted out!
    .

    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.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. v153 Auth.net SIM Error 99 Cannot be accepted
    By RixStix in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 1 Nov 2014, 09:17 PM
  2. v139h Authorize.Net AIM Comm results: 6 name lookup timed out
    By Kamino84 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 9 Feb 2013, 06:08 AM
  3. SIM: Your script timed out while we were trying to post transaction results to it.
    By xcergy in forum Built-in Shipping and Payment Modules
    Replies: 5
    Last Post: 2 Dec 2009, 02:58 PM
  4. Authorize.net SIM:Your script timed out while we were trying to post transaction resu
    By fattyfat in forum Built-in Shipping and Payment Modules
    Replies: 22
    Last Post: 25 Oct 2009, 12:21 AM
  5. Authorize.net SIM: An error occurred while trying to report this transaction to merch
    By sapproizza in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 5 May 2008, 11:19 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