Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to know if an Azure Server is under TLS 1.2

Tags:

ssl

azure

tls1.2

We have a web app hosted in an Azure Server (using api in an Azure Server). For security purposes we'd like to know if the server is under tls 1.2 (I suppose for a non-cloud server we'll just have to see in regedit to know it).

I've seen topics on how to disabled ssl 3 from an azure server see at :

https://azure.microsoft.com/fr-fr/blog/how-to-disable-ssl-3-0-in-azure-websites-roles-and-virtual-machines/

I suppose to enable tls 1.2 we'll have to do this kind of things ...

So my questions are : - How to know if the azure server is under tls 1.2 - if not, how to set the azure server to tls 1.2

Thanx for your help.

like image 776
fguigui Avatar asked Dec 10 '22 12:12

fguigui


1 Answers

As of today 2018-04-30, you can modify your site to only serve TLS 1.2 and up by going to your app service, then TLS/SSL settings, then setting your minimum TLS Version.

azure portal ssl settings

like image 191
viggity Avatar answered Jan 11 '23 11:01

viggity