1

I am working on Paypal with API as per ref of http://www.saaraan.com/2012/07/paypal-expresscheckout-with-php

I am getting the below error. i tested in Couple of Servers but not succeded. The problem occurs while sending request to Paypal in that code.

Error: SetExpressCheckout failed: Unknown SSL protocol error in connection to api-3t.sandbox.paypal.com:443 (35)

Kishore
  • 352
  • 1
  • 3
  • 19
  • possible duplicate of [cURL error 35 - Unknown SSL protocol error in connection to api.rkd.reuters.com:443](http://stackoverflow.com/questions/19384161/curl-error-35-unknown-ssl-protocol-error-in-connection-to-api-rkd-reuters-com) – Amal Murali Dec 20 '13 at 21:52
  • @AmalMurali No, both are different queries. I can't able to understand, this is my server problem or coding problem. if u have any idea, please suggest. Thanks you. – Kishore Dec 20 '13 at 22:01
  • @AmalMurali, used disable SSL by using this code. Still not working. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE); – Kishore Dec 20 '13 at 22:07
  • 1
    The link you provided isn't loading. – Drew Angell Dec 21 '13 at 07:41
  • @AndrewAngell, The same code is working in other server. – Kishore Jan 03 '14 at 16:55

0 Answers0