AWS S3 Disabling SSLv3 Support
We received an email from AWS that basically says 'S3 is disabling SSLv3 Support, access will be cut-off in 15 days'. They then listed some buckets we have (one in production) that are 'currently accepting request from clients that specify SSLv3'. The full email is here, and other AWS users seem to have received one too: https://gist.github.com/anonymous/4240c8af5208782c144c My question is how do we test for this scenario, and what do we need to do to prepare for this cut-off date? We use Rails 4.1 and the Fog (~> 1.28.0) and right_aws (~> 3.1.0) gems for AWS access and we're on Heroku. Our