我有一個Flash網站。當我要使用支付寶快速結賬與數字商品,我把這段JavaScript代碼:快速結帳數字商品:沙箱上的代理錯誤.pocketpal.com/incontext
dg = new PAYPAL.apps.DGFlow();
dg.startFlow("http://mydomain.com/setup.php");
setup.php調用SetExpressCheckoutPayment功能,並重定向到https://www.sandbox.paypal.com/incontext?token=...&useraction=commit
使用Firebug我可以看到這個地址返回一個302,並重定向到https://www.sandbox.paypal.com/webapps/checkout/webflow/sparta/expresscheckoutvalidatedataflow?exp_type=&cookiesBlocked=&token=...&useraction=commit 這ADRESS返回也是302和重定向到https://www.sandbox.paypal.com/webapps/checkout/webflow/sparta/expresscheckoutvalidatedataflow?execution=e1s1
這掛起數分鐘,與此錯誤消息結束:
Proxy Error
The proxy server could not handle the request GET /webapps/checkout/webflow/sparta/expresscheckoutvalidatedataflow.
Reason: Error during SSL Handshake with remote server
我上週有時會遇到這個錯誤,我今天每次都有這個錯誤。 它發生在我的MAMP環境和我的網站上。 我沒有SSL證書,但我上週沒有,這不是問題。
你知道這個錯誤信息嗎?
編輯
我使用Opera試過,proxyError是有不同的步驟:https://www.sandbox.paypal.com/webapps/checkout/webflow/sparta/expresscheckoutvalidatedataflow?execution=e1s4
而一旦今天上午在Firefox我有了第一個重定向陸續代理錯誤:
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /webapps/checkout/webflow/sparta/expresscheckoutvalidatedataflow.
Reason: Error reading from remote server
我只是想讓你知道,我剛剛開始在過去一週收到這個相同的問題。我今天一直與他們的幾位集成工程師聯繫。如果他們經歷過,我會跟進好運。看起來他們最近升級了他們的平臺,而且我假設他們手上有一些集成問題。我不認爲這個問題是你的代碼,所以不要放棄一切。 – Atticus 2013-03-26 23:54:25