asp.net - Invalid remote certificate while accessing PayPal Sandbox transaction service -


i testing application paypal sandbox.

the uri use transaction https://sandbox.paypal.com/cgi-bin/webscr?cmd=_xclick.

in return page read data paypal form new string send cmd = _notify-validate. when make call https://sandbox.paypal.com/cgi-bin/webscr getting error saying "the remote certificate invalid according validation procedure."

i tried making call https://www.paypal.com/cgi-bin/webscr instead , return t "invalid".

this appears ssl issue: error message caused because process not being able validate server certificate supplied server during https (ssl) request. first troubleshooting step should see if server supplied certificate , every certificate in chain trouble free.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -