azure Key vault Force minimum tls version to 1.2

Somnath Shukla 411 Reputation points
2020-12-16T09:48:00.123+00:00

I have azure key vault. is there anyway i can force it to support only tls 1.2 onwards.
I don't want to support tls 1.1, 1.0.
i will be happy if it supports terra form for the
48742-image.png

Azure Key Vault
Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,126 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JamesTran-MSFT 36,376 Reputation points Microsoft Employee
    2020-12-16T19:20:43.687+00:00

    @Somnath Shukla
    Thank you for your post! Data may be restricted to TLS 1.2 through configuration on the client side.

    All traffic to Azure Key Vault for authentication, management, and data plane access, is encrypted and goes over HTTPS: port 443. However, there will occasionally be HTTP [port 80] traffic for CRL. Azure Key Vault continues to allow TLS 1.1 and TLS 1.0 data to be ingested. Data may be restricted to TLS 1.2 through configuration on the client side.

    For more info:
    Azure Security Baseline for Key Vault - 4.4: Encrypt all sensitive information in transit
    Access Azure Key Vault behind a firewall

    Thank you for your time and patience throughout this issue.

    ----------

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.