I received an email from AWS that says basically that S3 will no longer support SSLv3. So they listed the list of buckets that are receiving requests in SSLv3 and one of my buckets is production. The full email can be viewed here:
My question is: how can I test this scenario and what do I need to do to fix this?
I use Python 2.7, Django (1.4.20) and Boto (2.27.0)
Is this just a client problem or something that I need to better understand and test / correct?