簡體   English   中英

在GAE上使用Checkout Java SDK進行Google Checkout 2級集成

[英]Google Checkout level-2 integration using Checkout Java SDK on GAE

我嘗試使用兩種方法進行這種集成,但都無法正常工作。

使用“通知序列號”設置(該設置可讓您擺脫GAE端沒有SSL證書的情況)時,從GAE到Checkout的回調花費的時間太長,以至於我在大約1分12秒后收到DeadlineExceededExceptions。

使用“作為XML的通知(需要HTTPS URL)”設置時,SSL證書無效,並且Checkout在連接上超時:

We encountered an error trying to access your server at https://VERSION.APP_ID.appspot.com/googleCheckout -- the error we got is java.io.IOException: Error 'TIMEOUT' connecting to url 'https://VERSION.APP_ID.appspot.com/googleCheckout'.

在瀏覽器中轉到該URL時,瀏覽器會警告證書無效,但隨后聲稱該證書有效:

The certificate is only valid for the following names:
  *.appspot.com , *.*.appspot.com , appspot.com  

(Error code: ssl_error_bad_cert_domain)

此錯誤可能與它有關:

http://code.google.com/p/googleappengine/issues/detail?id=3062

You can now use https://1-dot-latest-dot-myapp.appspot.com/ in lieu of http://1.latest.myapp.appspot.com/ to get around this problem.

它被標記為已修復,但對我來說似乎是垃圾修復。 無論如何都會嘗試並報告。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM