0

我在谷歌结账时遇到问题。我已经设置了我的 googleCallBack 网址“https://www.mysite.com/orders/googleCallBack”,但它给出了错误

We encountered an error trying to access your server at https://www.mysite.com/orders/googleCallBack -- the error we got is java.io.IOException: Error 'SSL_CERTIFICATE_ERROR' connecting to url 'https://https://www.mysite.com/orders/googleCallBack'. 
More documentation for this error.

我检查了我的 goDaddy SSL 证书并进行了验证。但它工作正常,但 googleCheckout 给我一个错误。实际上在 Google Checkout 上成功下单,但在我们网站上回调后没有下订单。

谁能帮我?

4

1 回答 1

0

检查您的SSL 证书安装并确保还安装了任何所需的中间证书 - 我也使用 GoDaddy 并且(至少在 IIS 上)必须安装中间证书。

Google 有他们接受的证书颁发机构 (CA) 列表- 即使您可以成功浏览到您的站点,到列出的 CA 的证书链也可能不存在(例如,因为您需要安装中间证书)。

于 2012-05-12T14:25:25.193 回答