activemerchant / active_merchant

Active Merchant is a simple payment abstraction library extracted from Shopify. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.
http://activemerchant.org
MIT License
4.55k stars 2.5k forks source link

Cannot establish SSL connection with Maxipago on Google COS #3650

Closed pacarvalho closed 4 years ago

pacarvalho commented 4 years ago

As of around 8:00am EST yesterday (Saturday 5/30) attempting to use the Maxipago gateway results in a failed SSL connection specifically when running from Google Container Optimized OS (COS) instances. I have tried several different regions and versions of the COS. Everything works normally both locally and on Ubuntu VMs.

I have opened this issue with Google: https://issuetracker.google.com/issues/157819061

Will post updates here in case anyone in the future has this issue as well.

pacarvalho commented 4 years ago

Upgrading to a version that includes the USERTrust certificate added in https://github.com/activemerchant/active_merchant/pull/3567 solved the issue.