Error: Amazon S3 will stop supporting TLS 1.0 and TLS 1.1 connections. Please update your client to use TLS version 1.2 or above. To learn more and to update your client, see https://go.aws/3AUlVSb. F

0

Even though, i have update the my system to tls 1.2 & 1.3, i am still getting this error during deployment into AWS "Error: Amazon S3 will stop supporting TLS 1.0 and TLS 1.1 connections. Please update your client to use TLS version 1.2 or above. To learn more and to update your client, see https://go.aws/3AUlVSb. For further assistance, contact AWS support." can you anybody help me on what exactly needs to be configured to fix this issue?

Enter image description here

質問済み 9ヶ月前6160ビュー
2回答
0

Hi, what you want to update is not only your own system but the configuration of TLS in your s3 buckets: see https://repost.aws/knowledge-center/s3-enforce-modern-tls to get guidance about doing it. Best, Didier

profile pictureAWS
エキスパート
回答済み 9ヶ月前
profile picture
エキスパート
レビュー済み 9ヶ月前
0

Without a Request ID and a support case, it's difficult to see what request s3 received on our end.

The link shared above (https://repost.aws/knowledge-center/s3-enforce-modern-tls) will enforce tls 1.2 for requests to your bucket though in your case, it appears your system (or one dependency) is still defaulting to tls 1.0/1.1. You can definitely gives the policy a try and revert the policy if that does not work.

You can also disable TLS 1.0/1.1 client at the Windows registry level (you can use a tool like IIS Crypto for instance or manipulate the registry) to ensure TLS 1.0/1.1 is not used anymore. This will impact all other applications, so please be mindful of registry changes. While at it, you should ensure TLS 1.2 is enabled. Guidance to prepare a Windows host (on EC2 but applicable to your laptop) is available here: https://repost.aws/articles/ARZhgX8RY2Qm6KL1IDpkMv_g/enabling-tls-1-2-client-side-support-on-ec2-windows-server-2012-to-2022

I believe you know this already but the guidance to enforce to TLS 1.2 for AWS SDK for Javascript is available here: https://docs.aws.amazon.com/sdk-for-javascript/v2/developer-guide/enforcing-tls.html. Note that AWS SDK for Javascript v2 is in maintenance and it is recommended to upgrade to v3. This should not be your issue since the AWS SDK for JavaScript v2 automatically negotiates the highest level TLS version supported by a given AWS Service endpoint.

profile pictureAWS
エキスパート
回答済み 9ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ