Google结账回调似乎无法到达https服务器
我正在尝试在新服务器上实施 Google Check out (GCO),该过程似乎在旧服务器上运行良好。
如果服务器上有负载和/或响应时间超过 3 秒,则 GCO 集成控制台中的错误是您可能预期的超时错误。
为了执行测试(不与我的数据库集成),我设置了一些代码来向我发送电子邮件。如果我手动点击 https url,我会收到电子邮件,并且可以在屏幕上看到输出。如果我保留原样,Google 仍会返回超时错误,并且我不会收到电子邮件。所以我怀疑 google 是否能够访问 https url。
我确实暂时尝试使用不安全的网址进行测试,并且确实收到了电子邮件,但是此解决方案不是我们开发的路线,因此问题与安全网址特别有关。
我已查看了 UTN-USERFirst-Hardware 证书,该证书在 http://checkout.google.com/support/sell/bin/answer.py?answer=57856 。我也尝试暂时禁用防火墙,但没有任何喜悦。有人有什么建议吗?
I am trying to implement Google Check out (GCO) on a new server, the process seemed to work fine on the old server.
The error from GCO integration console is the timeout error you might expect if there is load on the server and/or the response takes longer than 3 seconds to respond.
To perform a test (not integrating with my database), I have set some code to send an email to me instead. If I hit the https url manually, I get the email and I can see an output to the screen. If I then leave it as that, Google still returns the Timeout error and I don't get an email. So I have doubts as to whether google is even able to hit the https url.
I did temporarily attempt to use the unsecure url for testing and indeed I received the email, however this solution isn't the route we've developed for, so the problem is something to do with the secure url specifically.
I have looked into the certificate which is a UTN-USERFirst-Hardware which is listed as accepted on http://checkout.google.com/support/sell/bin/answer.py?answer=57856 . I have also tried to temporarily disable the firewall with no joy. Does anyone have any sugestions?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很高兴听到您解决了问题。
我添加以下链接,以便为未来的读者添加更多有关 Google Checkout 如何使用 HTTP 基本身份验证的上下文:
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API.html#urls_for_posting
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API.html #https_auth_scheme
http://code.google.com/apis/checkout/developer/Google_Checkout_HTML_API_Notification_API.html #Receiving_and_Processing_Notifications
Good to hear you figured out the problem.
I'm adding the links below to add a litle more context for future readers about how Google Checkout uses HTTP Basic Authentication:
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API.html#urls_for_posting
http://code.google.com/apis/checkout/developer/Google_Checkout_XML_API.html#https_auth_scheme
http://code.google.com/apis/checkout/developer/Google_Checkout_HTML_API_Notification_API.html#Receiving_and_Processing_Notifications