I working on a Satchmo site that uses Google Checkout. I've resolved the SSL issues I was having, but the Google integration console is still giving me the following error:
"We encountered an error trying to access your server at https://bernunzio.dxdt.org/checkout/google/notification/ -- the error we got is java.io.IOException: Error 'TIMEOUT' connecting to url 'https://bernunzio.dxdt.org/checkout/google/notification/'."
I tried getting the POST data from the integration console and manually submitting it to my site via curl and it works fine, so the problem must be the communication between Google and my server.
Update: I just checked, and although there are still timeout errors Google eventually succeeds at notifying Satchmo after a couple tries. Is it normal for Google to timeout like that? Is there any way to stop it?