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 個月前檢視次數 6161 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南