Yes, I have a private one bought from Hostgator (about 80 pounds) and it's on that list with SSL certificates which works with Google.
It's an TLS 1.0, RC4 with 128 bit encryption (High); RSA with 1024 bit exchange.
Hmm, yes I have errors in GC/Settings/Integration related to a order number ended with 855. It's a 403 error message:
Code:
We encountered an error trying to access your server at https://www.somewebsite.co.uk/google...nsehandler.php; the error we got is: Send failed with code: 403. Response body was: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <HTML><HEAD> <TITLE>403 Forbidden</TITLE> </HEAD><BODY> <H1>Forbidden</H1> You don't have permission to access /googlecheckout/responsehandler.php on this server.<P> <P>Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. <HR> <ADDRESS>Apache/1.3.37 Server at www.urbangod.co.uk Port 443</ADDRESS> </BODY></HTML>
But I have reasons to suspect that was an old issue when I had "Deny from all" in .htaccess. Not it's empty.
It worked with a Sandbox account. I saw the orders in admin but with no changes on the stock (stock_by_attributes_4.4, works like a charm with PayPal).
Another fresh try:
Ordered something, checked out with Google, logged in Google account and set the status of the order to "Post", checked the response_message from googlecheckout/:
Code:
Tue Jun 26 21:45:32 CDT 2007:- charge-amount-notification
Tue Jun 26 21:48:32 CDT 2007:- <?xml version="1.0" encoding="UTF-8"?>
<order-state-change-notification xmlns="http://checkout.google.com/schema/2" serial-number="135333021456148-00010-1">
<timestamp>2007-06-27T02:48:26.000Z</timestamp>
<google-order-number>135333021456148</google-order-number>
<new-fulfillment-order-state>DELIVERED</new-fulfillment-order-state>
<new-financial-order-state>CHARGED</new-financial-order-state>
<previous-fulfillment-order-state>PROCESSING</previous-fulfillment-order-state>
<previous-financial-order-state>CHARGED</previous-financial-order-state>
</order-state-change-notification>
Tue Jun 26 21:48:32 CDT 2007:- order-state-change-notification
That's the last paragraph and it seems it the way it should be .. right?
Then, the last line from response_error is:
Code:
Tue Jun 26 21:48:32 CDT 2007:- HTTP Basic Authentication failed. Can't retrive Merchant Id/Key, Installed over CGI??
It's a Zen Cart v1.3.7 with Google Checkout v1.3RC2 / PHP over CGI server.
.htaccess Basic Authentication Mode is set to false. That's it?!
Thanks for helping me getting through this mess.
Bookmarks