In summary, follow the instructions posted at http://www.zen-cart.com/showthread.p...-Testing-Tools
Instead of downloading the files, copy them over to the location identified in that post to run curltester.php and ipncheck.php.
In summary, follow the instructions posted at http://www.zen-cart.com/showthread.p...-Testing-Tools
Instead of downloading the files, copy them over to the location identified in that post to run curltester.php and ipncheck.php.
So, interesting thing, ran a traceroute from local computer, results end at gi1-1-ash1-br01.net.ebay.com [66.211.161.237]; however, paypal processing works from local computer. This is a similar result identified by AT&T. Is problem then still probably/likely in AT&T, even though my traceroute didn't go through AT&T and that they can't see that they are having a problem because something isn't making it to/through their service?
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Before discussing this further, what was the exact traceroute command that you are using for testing?
Unless you enable TCP and specify port 443 it is unlikely your results are telling you much at all.
-------------------------------------------------------
Example#1 (seemingly blocked / no route)
rod@sue:~# traceroute api-3t.paypal.com
traceroute to api-3t.paypal.com (173.0.88.69), 30 hops max, 60 byte packets
1 gw (192.168.0.254) 0.871 ms 1.163 ms 1.662 ms
2 lns20.adl2.on.ii.net (203.16.215.197) 40.294 ms 41.506 ms 42.412 ms
3 te3-3.cor3.adl2.on.ii.net (150.101.134.29) 44.132 ms 45.606 ms 47.304 ms
4 xe-0-0-0.cr1.adl6.on.ii.net (150.101.225.77) 48.920 ms 50.429 ms 52.932 ms
5 ae4.br1.syd7.on.ii.net (150.101.33.34) 73.005 ms 73.829 ms 75.752 ms
6 te0-2-1-2.br1.sjc2.on.ii.net (150.101.33.147) 232.961 ms 233.349 ms 233.677 ms
7 144.232.191.193 (144.232.191.193) 266.432 ms 244.702 ms 244.354 ms
8 sl-payp2-413771-0.sprintlink.net (144.232.191.210) 215.993 ms 217.464 ms 218.960 ms
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 * * *
16 * * *
17 * * *
18 * * *
19 * * *
20 * * *
21 * * *
22 * * *
23 * * *
24 * * *
25 * * *
26 * * *
27 * * *
28 * * *
29 * * *
30 * * *
rod@sue:~#
Example#2 (Using TCP port 443 shows all ok)
rod@sue:~# traceroute-T -p 443 api-3t.paypal.com
traceroute to api-3t.paypal.com (173.0.88.101), 30 hops max, 60 byte packets
1 gw (192.168.0.254) 0.847 ms 1.196 ms 1.528 ms
2 lns20.adl2.on.ii.net (203.16.215.197) 60.540 ms 60.752 ms 60.994 ms
3 te3-3.cor3.adl2.on.ii.net (150.101.134.29) 71.761 ms 71.901 ms 71.958 ms
4 xe-0-0-0.cr1.adl6.on.ii.net (150.101.225.77) 61.367 ms 61.633 ms 61.635 ms
5 * * *
6 te0-2-1-2.br1.sjc2.on.ii.net (150.101.33.147) 233.445 ms 232.920 ms 234.687 ms
7 144.232.191.193 (144.232.191.193) 292.718 ms 216.278 ms 225.398 ms
8 sl-payp2-413771-0.sprintlink.net (144.232.191.210) 217.304 ms 218.512 ms 219.541 ms
9 * * *
10 * * *
11 * * *
12 * * *
13 * * *
14 * * *
15 api-3t.paypal.com (173.0.88.101) 243.720 ms 245.597 ms 246.570 ms
rod@sue:~#
--------------------------------------------------
Cheers
Rod
I followed the instructions in that post. The issue is when I run curltester.php and ipncheck.php I get 403: Forbidden page. I downloaded the ipncheck zip file from that thread and replaced the ipncheck file in my extras folder and tried again with the same result. I'm using 1.3.9h. I'd like to get this resolved so customers can start using paypal again. I've contacted AT&T but they want my hosts IP address. I'm waiting to get a script from the curltester or ipncheck so I can provide them with it. Any other suggestions?
put those 2 files in your root instead of having them in your extras folder. then run it. it did just that and it gives me some results that I don't understand which I reported above.
is your UPS mod working? mine was working intermittently, and not working at all now.
Thank twi! That worked.
Here are the results:
IPNCHECK.PHP - Version 1.3.9
IPN TESTING - Response Received via CURL -- COMMUNICATIONS OKAY
IPN TESTING - Confirmation/Validation response with fsockopen(): FSOCKOPEN() RESPONSE RECEIVED - Communications OKAY
Default method likely to be used for communications is: CURL, with the fallback method being FSOCKOPEN if possible.
Script finished.
Curltester
28 connect() timed out!
Array
(
[url] => "https://api-3t.paypal.com/nvp"
[content_type] =>
[http_code] => 0
[header_size] => 0
[request_size] => 0
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 20.020617
[namelookup_time] => 0.019892
[connect_time] => 0
[pretransfer_time] => 0
[size_upload] => 0
[size_download] => 0
[speed_download] => 0
[speed_upload] => 0
[download_content_length] => -1
[upload_content_length] => -1
[starttransfer_time] => 0
[redirect_time] => 0
[certinfo] => Array
(
)
[redirect_url] =>
)
EOF
I guess now it's time to contact my host.