Adaptive payment api is sending Proxy error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I am using adaptive payments api to generate API_KEY for payments but it is returning me
Api: svcs.sandbox.paypal.com/AdaptivePayments/
Proxy Error
The proxy server could not handle the request POST /AdaptivePayments/Pay.
Reason: Error during SSL Handshake with remote server
Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am having the same problem.
{:method=>:post, :action=>"Preapproval", :params=>{"cancelUrl"=>"http://bla.site", "currencyCode"=>"USD", "endingDate"=>Thu, 27 Jul 2017 16:59:45 +0200, "maxAmountPerPayment"=>375.0, "paymentPeriod"=>"ANNUALLY", "returnUrl"=>"http://bla.site", "memo"=>"Bronze Yearly", "ipnNotificationUrl"=>"http://bla.site", "startingDate"=>Wed, 27 Jul 2016 16:59:45 +0200, "feesPayer"=>"PRIMARYRECEIVER", "displayMaxTotalAmount"=>true}, :header=>{"X-PAYPAL-SECURITY-USERID"=>"merchant_bla_api1.paypal.com", "X-PAYPAL-SECURITY-PASSWORD"=>"XXXXXXXXXX", "X-PAYPAL-APPLICATION-ID"=>"APP-80W284485P519543T", "X-PAYPAL-SECURITY-SIGNATURE"=>"XXXXXXXXXXXX", "X-PAYPAL-REQUEST-DATA-FORMAT"=>"JSON", "X-PAYPAL-RESPONSE-DATA-FORMAT"=>"JSON", "User-Agent"=>"PayPalSDK/sdk-core-ruby 0.3.4 (paypal-sdk-core 0.3.4; ruby 2.3.1p112-x86_64-linux)", "X-PAYPAL-REQUEST-SOURCE"=>"adaptivepayments-ruby-sdk-1.117.1"}, :uri=>#<URI::HTTPS https://svcs.sandbox.paypal.com/AdaptivePayments/Preapproval>, :http=>#<Net::HTTP svcs.sandbox.paypal.com:443 open=false>, :body=>"{\"requestEnvelope\":{\"errorLanguage\":\"en_US\"},\"cancelUrl\":\"http://bla.site",\"currencyCode\":\"USD\",\"endingDate\":\"2017-07-27T16:59:45.000+02:00\",\"maxAmountPerPayment\":375.0,\"paymentPeriod\":\"ANNUALLY\",\"returnUrl\":\"http://bla.site",\"memo\":\"Bronze Yearly\",\"ipnNotificationUrl\":\"http://bla.site/",\"startingDate\":\"2016-07-27T16:59:45.000+02:00\",\"feesPayer\":\"PRIMARYRECEIVER\",\"displayMaxTotalAmount\":true}"} Request[post]: https://svcs.sandbox.paypal.com/AdaptivePayments/Preapproval Response[500]: Proxy Error, Duration: 5.955s <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>500 Proxy Error</title> </head><body> <h1>Proxy Error</h1> The proxy server could not handle the request <em><a href="/AdaptivePayments/Preapproval">POST /AdaptivePayments/Preapproval</a></em>.<p> Reason: <strong>Error during SSL Handshake with remote server</strong></p><p /> </body></html>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
+1 Also getting the exact same error from adaptive payment api, all testing is blocked, please help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm also facing the same issue .
[headers] => Array
(
[date] => Wed, 27 Jul 2016 15:38:42 GMT
[server] => Apache
[connection] => close
[http_x_pp_az_locator] => sandbox.slc
[paypal-debug-id] => f057dfe449db7
[set-cookie] => Array
(
[0] => X-PP-SILOVER=name%3DSANDBOX3.APIT.1%26silo_version%3D1880%26app%3Dadaptivepaymentspartaweb_api3t%26TIME%3D2195036247%26HTTP_X_PP_AZ_LOCATOR%3Dsandbox.slc; Expires=Wed, 27 Jul 2016 16:08:42 GMT; domain=.paypal.com; path=/; Secure; HttpOnly
[1] => X-PP-SILOVER=; Expires=Thu, 01 Jan 1970 00:00:01 GMT
)
[content-length] => 352
[content-type] => text/html; charset=iso-8859-1
)
[body] => <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Proxy Error</title>
</head><body>
<h1>Proxy Error</h1>
The proxy server could not handle the request <em><a href="/AdaptivePayments/Pay">POST /AdaptivePayments/Pay</a></em>.<p>
Reason: <strong>Error during SSL Handshake with remote server</strong></p><p />
</body></html>
[response] => Array
(
[code] => 500
[message] => Proxy Error
)
[cookies] => Array
(
[0] => WP_Http_Cookie Object
(
[name] => X-PP-SILOVER
[value] => name=SANDBOX3.APIT.1&silo_version=1880&app=adaptivepaymentspartaweb_api3t&TIME=2195036247&HTTP_X_PP_AZ_LOCATOR=sandbox.slc
[expires] => 1469635722
[path] => /
[domain] => .paypal.com
[secure] =>
[httponly] =>
)
[1] => WP_Http_Cookie Object
(
[name] => X-PP-SILOVER
[value] =>
[expires] => 1
[path] => /AdaptivePayments/
[domain] => svcs.sandbox.paypal.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any Update on this issue? I am also hitting the exact error on PayPal Adaptive Payment Sandbox.
Proxy Error
Reason: Error during SSL Handshake with remote server
Unable to perform any testing on Adaptive Payment on sandbox at all. Had been 12 hours.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- We are also experiencing this in our Sandbox environment, without code changes. Any updates on this issue?
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Proxy Error</title>
</head><body>
<h1>Proxy Error</h1>
The proxy server could not handle the request <em><a href="/AdaptivePayments/Pay">POST /AdaptivePayments/Pay</a></em>.<p>
Reason: <strong>Error during SSL Handshake with remote server</strong></p><p />
</body></html>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Guys have asked about our issue here at Stack overflow.
Hope things will go smoother
http://stackoverflow.com/questions/38617233/paypal-sandbox-500-proxy-error-paypal-adaptive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The error had gone away but is back again. Can you please provide a status?
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>500 Proxy Error</title>
</head><body>
<h1>Proxy Error</h1>
The proxy server could not handle the request <em><a href="/AdaptiveAccounts/GetVerifiedStatus">POST /AdaptiveAccounts/GetVerifiedStatus</a></em>.<p>
Reason: <strong>Error during SSL Handshake with remote server</strong></p><p />
</body></html>
This is

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.