简体   繁体   中英

TLS version used in Azure key vault

I need to enforce TLS 1.2 in my Azure key vault. How to know which TLS version does my azure key vault uses?

See the article Azure Key Vault security - TLS and HTTPS

For Azure Key Vault, ensure that the application accessing the Keyvault service should be running on a platform that supports TLS 1.2 or recent version. If the application is dependent on.Net framework, it should be updated as well. You can also make the registry changes mentioned in this article to explicitly enable the use of TLS 1.2 at OS level and for.Net framework. To meet with compliance obligations and to improve security posture, Key Vault will deprecate supporting TLS 1.0, 1.1 starting 31st May 2022.

EDIT:
As stated in Juunas' comment :

The docs also mention that because the front-end server is shared, they cannot allow customers to enforce minimum TLS versions per Key Vault. It supports TLS 1.0, 1.1, and 1.2 currently.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM