How to connect to the S3 endpoint with TLSv1.3?

0

I'm referring to this blog (1), which mentions that you will enable TLS version 1.3 globally by December 31, 2023. The blog announced on May 23, 2023, but it still doesn't support TLSv1.3 on the S3 endpoint.

I'm using SSL Labs (2) and the following command to evaluate the support of TLSv1.3 on the S3 endpoint. openssl s_client -connect s3.dualstack.eu-central-1.amazonaws.com:443 -tls1_3

When will the S3 endpoint support TLSv1.3?

(1) https://aws.amazon.com/blogs/security/faster-aws-cloud-connections-with-tls-1-3/ (2) https://www.ssllabs.com/ssltest/analyze.html?d=s3.dualstack.eu-central-1.amazonaws.com

Peter
asked 5 months ago203 views
1 Answer
1

The AWS team is continuing to work to enable TLS versions 1.3 on AWS Service endpoints globally, and we will update the blog post once this work has completed. https://aws.amazon.com/blogs/security/faster-aws-cloud-connections-with-tls-1-3/

profile pictureAWS
answered 4 months 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