Reputation: 331
Application gateway is the load balancer in MS Azure which supports SSL certificate. In aws load balancer we select protocols which can be used to connect to the load balancer like TLSv1.1, TLSv1.2. In MS Azure can select the protocol the request should connect? or Is there a method to disable TLSv1 from the Application gateway?
Upvotes: 2
Views: 11876
Reputation: 4685
Now you can also disable TLS old version from Azure Portal,
Upvotes: 7
Reputation: 31
Yes, Now you can disable TLS 1.0 and 1.1 using Azure Application Gateway. Follow below link https://learn.microsoft.com/en-us/azure/application-gateway/application-gateway-end-to-end-ssl-powershell
Upvotes: 3
Reputation: 331
Currently Microsoft Azure doesnot provide a feature to disable TLSv1.0 manually. So there is no method to disable TLSv1 from the application gateway.
Upvotes: -2