Skip to content

How can I solve affect of old app if I upgrade TLSv>=1.2

0

Dear support,

I got a requirement email with your service to upgrade TLSv>=1.2 . With you guideline in the request's email, I can do with new version of client app. But with old client app, user still access with TLSv<1.2. If I config reject TLSv<1.2 that user can't get data in S3. How can I solve this problem? Many thanks!

asked 3 years ago275 views
2 Answers
0

Hi Mikel,

I've read on this article https://repost.aws/knowledge-center/s3-access-old-tls but I think it still problem because my customer installed old app that it's get object directly to S3. So if I use AWS CloudFront it can only work with my new version of installer/app that I'll change code to use AWS CloudFront, right? My problem, I don't want broken old app version. Could have any solution for that? Many thanks!

answered 3 years ago
  • Sorry, I didn't realize that you might be using the AWS SDK to access the bucket content through your application. Is that your case? If so and you are unable to update the application, I would recommend opening a support case via the console, maybe they can provide you a solution.

  • Hi Mikel,

    I didn't realize that you might be using the AWS SDK to access the bucket content through your application. Is that your case? => yes, this is my case. But I'll contact to AWS support for that. Thanks!

0

Hi,

You can use Amazon CloudFront to allow old applications to access your S3 bucket using TLS 1.0 or 1.1 versions. Take a look at the following Knowledge Center page which describes the process step by step.

EXPERT
answered 3 years 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.