Page 9 of 14 FirstFirst ... 7891011 ... LastLast
Results 81 to 90 of 135
  1. #81
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by mc12345678 View Post
    My understanding of those results is that where ever ipncheck was successful, you could use paypal basic (IPN) at least as far as your software is concerned. (Not sure if it establishes communication with paypal or not.). Where the paypal curl failed indicates that paypal express will likely not work. Where you ran just curltester.php, with success indicates that curl works and works with the zencart site. Where tested curl with ups, well, version used for 1.5.0 doesn't know what to do with a ups flag so defaults to zen cart. So no results related to ups there. Just that curl works. May also want to test with ssl=1 to ensure able to have ssl connection and that that is not a problem.

    I have done a curl test with ssl=1
    The results are the following:

    http://birthdaysextreme.net/curltester.php?ssl=1

    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTESTER.PHP running on YOUR server.


    You submitted the following fields and data:
    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )
    Data validation
    Good
    Other Info
    Your server IP address is: 209.17.114.78.
    Your system identifies itself as: Zen Cart(tm) - CURL TEST
    Copyright © 2003 - 2013 Zen Ventures, LLC - Authors of Zen Cart™
    Array
    (
    [url] => "https://www.zen-cart.com/testcurl.php"
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 179
    [request_size] => 212
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.297001
    [namelookup_time] => 0.162745
    [connect_time] => 0.185075
    [pretransfer_time] => 0.271706
    [size_upload] => 37
    [size_download] => 2116
    [speed_download] => 7124
    [speed_upload] => 124
    [download_content_length] => 2116
    [upload_content_length] => 37
    [starttransfer_time] => 0.296977
    [redirect_time] => 0
    [certinfo] => Array
    (
    )

    [redirect_url] =>
    )


    what does it mean?

  2. #82
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by mc12345678 View Post
    My understanding of those results is that where ever ipncheck was successful, you could use paypal basic (IPN) at least as far as your software is concerned. (Not sure if it establishes communication with paypal or not.). Where the paypal curl failed indicates that paypal express will likely not work. Where you ran just curltester.php, with success indicates that curl works and works with the zencart site. Where tested curl with ups, well, version used for 1.5.0 doesn't know what to do with a ups flag so defaults to zen cart. So no results related to ups there. Just that curl works. May also want to test with ssl=1 to ensure able to have ssl connection and that that is not a problem.
    I have done a curl test with ssl=1
    The results are the following:

    http://birthdaysextreme.net/curltester.php?ssl=1

    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTESTER.PHP running on YOUR server.


    You submitted the following fields and data:
    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )
    Data validation
    Good
    Other Info
    Your server IP address is: 209.17.114.78.
    Your system identifies itself as: Zen Cart(tm) - CURL TEST
    Copyright © 2003 - 2013 Zen Ventures, LLC - Authors of Zen Cart™
    Array
    (
    [url] => "https://www.zen-cart.com/testcurl.php"
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 179
    [request_size] => 212
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.297001
    [namelookup_time] => 0.162745
    [connect_time] => 0.185075
    [pretransfer_time] => 0.271706
    [size_upload] => 37
    [size_download] => 2116
    [speed_download] => 7124
    [speed_upload] => 124
    [download_content_length] => 2116
    [upload_content_length] => 37
    [starttransfer_time] => 0.296977
    [redirect_time] => 0
    [certinfo] => Array
    (
    )

    [redirect_url] =>
    )


    what does it mean?

  3. #83
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by twi View Post
    REGULAR CURL TEST


    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTESTER.PHP running on YOUR server.


    You submitted the following fields and data:
    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )
    Data validation
    Good
    Other Info
    Your server IP address is: 209.17.114.78.
    Your system identifies itself as: Zen Cart(tm) - CURL TEST
    That's just a test of CURL being able to reach a known good site: zen-cart.com.
    So that just tells you CURL itself is fine.

    Quote Originally Posted by twi View Post
    CURL TEST WITH PAYPAL=1

    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.016929
    [namelookup_time] => 0.017601
    [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
    (
    )
    That's your error 28-connect-timed-out that you need to get your hosting company involved to fix.

    Quote Originally Posted by twi View Post
    CURL TEST WITH ?ups=1
    As mc12345678 said earlier, the ups=1 test doesn't do anything with the curltester script because curltester doesn't know anything about that parameter. So it just tests connectivity to zen-cart.com, just like your first test up above.

    Quote Originally Posted by twi View Post
    IPN CHECK


    http://birthdaysextreme.net/ipncheck.php
    IPN CHECK



    IPNCHECK.PHP - Version 1.3.9


    CURL RESPONSE RECEIVED - Communications OKAY
    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.
    The IPNCHECK script doesn't test communications for Express Checkout.
    It tests whether an IPN post-back can be performed. And that's only used for Standard transactions.
    While it does test connectivity, a "pass" doesn't guarantee problem-free IPN usage.
    The IPNCHECK tool doesn't verify anything with respect to your CURL problems.
    .

    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.

  4. #84
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by twi View Post
    I have done a curl test with ssl=1
    The results are the following:

    http://birthdaysextreme.net/curltester.php?ssl=1

    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTESTER.PHP running on YOUR server.


    You submitted the following fields and data:
    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )
    Data validation
    Good
    Other Info
    Your server IP address is: 209.17.114.78.
    Your system identifies itself as: Zen Cart(tm) - CURL TEST
    Copyright © 2003 - 2013 Zen Ventures, LLC - Authors of Zen Cart™
    Array
    (
    [url] => "https://www.zen-cart.com/testcurl.php"
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 179
    [request_size] => 212
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.297001
    [namelookup_time] => 0.162745
    [connect_time] => 0.185075
    [pretransfer_time] => 0.271706
    [size_upload] => 37
    [size_download] => 2116
    [speed_download] => 7124
    [speed_upload] => 124
    [download_content_length] => 2116
    [upload_content_length] => 37
    [starttransfer_time] => 0.296977
    [redirect_time] => 0
    [certinfo] => Array
    (
    )

    [redirect_url] =>
    )


    what does it mean?
    It means what it says: CURL can be used to make an SSL connection to another server ... in this case it's the zen-cart.com server.
    Basically it just means SSL works with CURL. That's all.
    .

    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. #85
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by DrByte View Post
    That's just a test of CURL being able to reach a known good site: zen-cart.com.
    So that just tells you CURL itself is fine.

    That's your error 28-connect-timed-out that you need to get your hosting company involved to fix.

    As mc12345678 said earlier, the ups=1 test doesn't do anything with the curltester script because curltester doesn't know anything about that parameter. So it just tests connectivity to zen-cart.com, just like your first test up above.


    The IPNCHECK script doesn't test communications for Express Checkout.
    It tests whether an IPN post-back can be performed. And that's only used for Standard transactions.
    While it does test connectivity, a "pass" doesn't guarantee problem-free IPN usage.
    The IPNCHECK tool doesn't verify anything with respect to your CURL problems.
    Thank you for a very clear interpretation. I will have to contact them by phone to resolve this. Based on your explanation, its not something I can fix. The host should fix this. Correct me if I am wrong.

  6. #86
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by DrByte View Post
    It means what it says: CURL can be used to make an SSL connection to another server ... in this case it's the zen-cart.com server.
    Basically it just means SSL works with CURL. That's all.
    Thank you for this explanation as well. conclusion is that there is no problem with my CURL settings. So the problem lies at: CURL TEST WITH PAYPAL=1

    28 connect() timed out!

    Array
    (
    [url] => "https://api-3t.paypal.com/nvp"

    One side question: Does pointing you URL away to another directory, and then pointing it back to the same directory at the root cause these kinds of communication problems?

    Cause what I now have is Paypal express not working and UPS mod intermittently works. I am just wondering if my actions is what caused the errors, or it was so coincidental that Paypal was having the same problems as I was trying to upgrade my sites by pointing the URLs to the finished and tested zc 1.51.

  7. #87
    Join Date
    Jan 2004
    Posts
    66,444
    Plugin Contributions
    279

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by twi View Post
    One side question: Does pointing you URL away to another directory, and then pointing it back to the same directory at the root cause these kinds of communication problems?
    No.
    Quote Originally Posted by twi View Post
    Cause what I now have is Paypal express not working and UPS mod intermittently works. I am just wondering if my actions is what caused the errors, or it was so coincidental that Paypal was having the same problems as I was trying to upgrade my sites by pointing the URLs to the finished and tested zc 1.51.
    I suspect it's coincidental, not related.
    .

    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.

  8. #88
    Join Date
    Aug 2007
    Posts
    277
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by DrByte View Post
    No.

    I suspect it's coincidental, not related.
    Thank you very much. That takes the burden away from me trying to fix my finished site and in the process destroying it. I will definitely contact hosting to look into this and won't quit pressing for it until they resolve it.

  9. #89
    Join Date
    Feb 2011
    Location
    North Florida
    Posts
    36
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by mc12345678 View Post
    My understanding of those results is that where ever ipncheck was successful, you could use paypal basic (IPN) at least as far as your software is concerned. (Not sure if it establishes communication with paypal or not.). Where the paypal curl failed indicates that paypal express will likely not work. Where you ran just curltester.php, with success indicates that curl works and works with the zencart site. Where tested curl with ups, well, version used for 1.5.0 doesn't know what to do with a ups flag so defaults to zen cart. So no results related to ups there. Just that curl works. May also want to test with ssl=1 to ensure able to have ssl connection and that that is not a problem.
    Thanks! Looks like ssl works fine:

    CURL Test Page
    This page is intended for testing CURL behaviour. You should be accessing this page via CURLTESTER.PHP running on YOUR server.

    You submitted the following fields and data:

    Array
    (
    [field1] => This is a test
    [statuskey] => ready
    )

    Data validation
    Good
    Other Info
    Your server IP address is: 209.17.114.78.
    Your system identifies itself as: Zen Cart(tm) - CURL TEST

    Array
    (
    [url] => "https://www.zen-cart.com/testcurl.php"
    [content_type] => text/html
    [http_code] => 200
    [header_size] => 179
    [request_size] => 212
    [filetime] => -1
    [ssl_verify_result] => 0
    [redirect_count] => 0
    [total_time] => 0.287322
    [namelookup_time] => 0.139673
    [connect_time] => 0.165073
    [pretransfer_time] => 0.255606
    [size_upload] => 37
    [size_download] => 2116
    [speed_download] => 7364
    [speed_upload] => 128
    [download_content_length] => 2116
    [upload_content_length] => 37
    [starttransfer_time] => 0.287293
    [redirect_time] => 0
    [certinfo] => Array
    (
    )

    [redirect_url] =>
    )

  10. #90
    Join Date
    Feb 2011
    Location
    North Florida
    Posts
    36
    Plugin Contributions
    0

    Default Re: Problem with Paypal connection - Error (28) connect() timed out!

    Quote Originally Posted by mc12345678 View Post
    There are several "programs" out there to install and take advantage of traceroute already available by your host if it is, otherwise had found some that use sockets calls to cycle through, if sockets is enabled.

    Otherwise, I hadn't found anything for which I had enough access rights to iniatate. Be sure that if/when you do that it is tcp port 443 that is used. Port 80 (default) won't tell you anything useful.
    Thanks! I ran a traceroute but it only traces from my computer to my host. AT&T was not shown in the path so they suggested I run a traceroute from my site to PayPal to see where it dies. But I don't know if/how I can do that.

 

 
Page 9 of 14 FirstFirst ... 7891011 ... LastLast

Similar Threads

  1. v153 (7) Failed to connect to api-3t.paypal.com port 443: Connection timed out
    By MCS_Computers in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 26 Jul 2018, 06:09 AM
  2. v150 PayPal Error (28) - connection timed out - website payments down
    By aiko70 in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 26 Jul 2013, 05:07 AM
  3. v139d 28 connect timed out error
    By annedig in forum Upgrading to 1.5.x
    Replies: 4
    Last Post: 10 May 2013, 05:28 PM
  4. v139h PayPal Timeouts (28) Connect timed out!
    By jgold723 in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 24 Mar 2013, 11:23 PM
  5. paypal express (7) couldn't connect to host & (28) connect() timed out
    By delia in forum PayPal Express Checkout support
    Replies: 2
    Last Post: 9 Sep 2010, 12:36 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