I'm trying to post form data to Google Checkout using the following code:
x = Net::HTTP.post_form(URI.parse('https://checkout.google.com/api/checkout/v2/checkoutForm/Merchant/[merchant_number_here]'), @params)
When I attempt to submit using this line, I get the following error:
Errno::ECONNRESET in PaymentsController#create
Connection reset by peer
Any thoughts on what could be going wrong?