Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2010
    Posts
    52
    Plugin Contributions
    0

    Default (56) NSS: client certificate not found (nickname not specified)

    Hi All

    I'm testing zen cart for the forthcoming PayPal security upgrade.

    I have two sites on same server. One site is running 1.3.9h and the other one is on 1.5.5. After switched to sandbox mode, testing on 1.5.5 site was successful, user can be redirected to Paypal sandbox site after order confirmation.
    However, the 1.3.9h site got below error information when I click on the "confirm order" button: "An error occurred when we tried to contact the payment processor. Please try again, select an alternate payment method, or contact the store owner for assistance. () - (56) NSS: client certificate not found (nickname not specified)"

    I remember I saw in the forum, the PayPal security upgrade have nothing to do with the zen cart code, and 1.3.9h should support the changes. Am I correct?

    Thanks
    Davis

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: PayPal VeriSign G5 Root Certificate upgrade

    Do you have a valid certificate on your 1.3.9h install??

    What is the site url?
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: PayPal VeriSign G5 Root Certificate upgrade

    Quote Originally Posted by kobra View Post
    Do you have a valid certificate on your 1.3.9h install??
    Yes, as the 1.5.5 site is on the same server, and it works well under sandbox mode

    Quote Originally Posted by kobra View Post
    What is the site url?
    beta.purpleculture.net

  4. #4
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: (56) NSS: client certificate not found (nickname not specified)

    v139, without the 2014 patch for POODLE, will not be able to connect to PayPal's servers until it is patched.
    v155 doesn't require the patching.
    .

    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. #5
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,761
    Plugin Contributions
    9

    Default Re: (56) NSS: client certificate not found (nickname not specified)

    Yes, as the 1.5.5 site is on the same server, and it works well under sandbox mode
    Certificates are not issued to a server - they and beta.purpleculture.net is different than purpleculture.net
    Unless you have paid for a "Wildcard" certificate

    Adding https:// to beta.purpleculture.net does not load a site
    Zen-Venom Get Bitten

  6. #6
    Join Date
    Mar 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: (56) NSS: client certificate not found (nickname not specified)

    Quote Originally Posted by DrByte View Post
    v139, without the 2014 patch for POODLE, will not be able to connect to PayPal's servers until it is patched.
    v155 doesn't require the patching.
    The v139h site already with 214 patch for poodle, but still can't redirect to PayPal sandbox site.

  7. #7
    Join Date
    Mar 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: (56) NSS: client certificate not found (nickname not specified)

    Quote Originally Posted by kobra View Post
    Certificates are not issued to a server - they and beta.purpleculture.net is different than purpleculture.net
    Unless you have paid for a "Wildcard" certificate
    Sorry kobra, but my understanding is the forthcoming PayPal security updates doesn't require https on the front-side. Correct me if I'm wrong.

    I saw the paypal sandbox URL defined in includes/modules/payment/paypal/paypal_curl.php are different on 1.3.9h and 1.5.5 ,

    in 1.3.9h
    var $_endpoints = array('live' => 'https://api-3t.paypal.com/nvp',
    'sandbox' => 'https://api.sandbox.paypal.com/nvp');

    in 1.5.5
    var $_endpoints = array('live' => 'https://api-3t.paypal.com/nvp',
    'sandbox' => 'https://api-3t.sandbox.paypal.com/nvp');

    Is this the cause?

    Thanks
    Davis

  8. #8
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: (56) NSS: client certificate not found (nickname not specified)

    You will need to use the api-3t.sandbox.paypal.com endpoint. The old one from v139 is not correct.
    .

    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.

  9. #9
    Join Date
    Mar 2010
    Posts
    52
    Plugin Contributions
    0

    Default Re: (56) NSS: client certificate not found (nickname not specified)

    Quote Originally Posted by DrByte View Post
    You will need to use the api-3t.sandbox.paypal.com endpoint. The old one from v139 is not correct.
    Tried "api-3t.sandbox.paypal.com", but still got error msg
    "An error occurred when we tried to contact the payment processor. Please try again, select an alternate payment method, or contact the store owner for assistance. () - (56) NSS: client certificate not found (nickname not specified)"

    Any other clues?

    Thanks
    Davis

  10. #10
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: (56) NSS: client certificate not found (nickname not specified)

    Quote Originally Posted by y051313 View Post
    (56) NSS: client certificate not found (nickname not specified)"

    Any other clues?
    CURL error 56 means "Connection reset by peer" ... which happens when the server you're trying to connect to rejects the connection. Presumably PayPal is saying that your incoming connection attempt is not compatible with their new security requirements.

    Given that v155 works, my advice is to upgrade. (I know you've said you're upgrading ... so I advise you to continue and complete the upgrade.)
    .

    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.

 

 

Similar Threads

  1. v150 Trying to send gift certificate, hit "send" get 404 page not found
    By WebKat in forum General Questions
    Replies: 15
    Last Post: 5 Mar 2013, 10:10 AM
  2. Admin 404 Not Found The requested URL was not found on this server
    By L.a.Willman in forum Installing on a Windows Server
    Replies: 23
    Last Post: 10 Jan 2012, 02:26 AM
  3. Replies: 2
    Last Post: 31 Aug 2009, 07:43 PM
  4. 404 Not Found Page Not Found not working!
    By NamSingh in forum Basic Configuration
    Replies: 0
    Last Post: 15 Oct 2006, 10:31 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR