How to fix First Data payment gateway issues "unable to load certificate" ?
- by Krishnan
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