1 Answer
- Newest
- Most votes
- Most comments
0
SQS requires clients to support Transport Layer Security (TLS) 1.2 or later1. However, you’re using boto 1.9b with Python 2.4, and it’s important to note that Python 2.4 might not have the necessary support for TLS 1.2. If upgrading Python is an option, that would be the most straightforward solution. If not, you might need to explore backporting TLS 1.2 support to your Python 2.4 environment, which could be nontrivial.
Relevant content
- asked 2 years ago