How to disable TLS v1.1 on regional API gateway

0

I have a regional API gateway, and I want to disable the use of TLS v1 and v1.1. An answer to another question indicated that regional APIs are restricted to v1.2 or higher already, but I am able to call my API with TLS v1.1 using Postman. Is there a way for me to force this now? Is this part of the upcoming changes AWS is making to eliminate old TLS versions?

1개 답변
1
수락된 답변

Hello,

The AWS Documentation on Amazon API Gateway provides the following information for choosing a minimum TLS version.

You can change the security policy by updating the domain name settings. To change the minimum TLS version, use one of the following commands, specifying the new TLS version (TLS_1_0 or TLS_1_2) in the securityPolicy parameter. Allow up to 60 minutes for the update to be completed.

Additional information can be found directly under Choosing a minimum TLS version.

AWS
Deane
답변함 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전
profile pictureAWS
전문가
검토됨 일 년 전
  • I see now: I need to create a custom domain to use the security policy. Thanks.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인