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 :
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.