How to fix First Data payment gateway issues "unable to load certificate" ?

Posted by Krishnan on Stack Overflow See other posts from Stack Overflow or by Krishnan
Published on 2010-06-01T05:32:26Z Indexed on 2010/06/01 5:33 UTC
Read the original article Hit count: 381

  • Our asp.net team working on Shopping cart projects
  • We have integrated First Data payment gateway for payment process
  • We have included Visa/master card verification using Alternative First Data payment gateway
  • After visa/master card verification we got cavv(secure code), xid, eci values.
  • After getting cavv, xid and eci values we have appended these values to First data payment gateway.
  • We have set the host as "secure.linkpt.net" and port as 1129 and also set the config and pem files.
  • Now we got an error when sending the xml values to payment gateway as given below
  • Unable to load certificate ERRs: wsa=33558530 err=33558530 ssl=537317504 sys=33558530. INFO: ACE_SSL (3260|3384) error code: 33558530 - error:02001002:lib(2):func(1):reason(2)
  • please help our team to fix the issue

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET