SQS TLS 1.2 and boto 1.9b

0

I have had a notification of TLS 1.2 updates for SQS June 28.
Does boto1.9b work with this please? (OS Python 2.4)

1 Answer
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.

EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions