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 Respuesta
1
Respuesta aceptada

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
respondido hace un año
profile pictureAWS
EXPERTO
revisado hace un año
profile pictureAWS
EXPERTO
revisado hace un año
  • I see now: I need to create a custom domain to use the security policy. Thanks.

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas