title | description | services | documentationcenter | author | manager | editor | ms.service | ms.workload | ms.tgt_pltfrm | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Manage protocols and ciphers in Azure API Management | Microsoft Docs |
Learn how to manage protocols (TLS) and ciphers (DES) in Azure API Management. |
api-management |
dlepow |
cfowler |
api-management |
mobile |
na |
article |
09/07/2021 |
danlep |
Azure API Management supports multiple versions of Transport Layer Security (TLS) protocol for:
- Client side
- Backend side
- The 3DES cipher
This guide shows you how to manage protocols and ciphers configuration for an Azure API Management instance.
- An API Management instance. Create one if you haven't already.
- Navigate to your API Management instance in the Azure portal.
- Scroll to the Security section in the side menu.
- Under the Security section, select Protocols + ciphers.
- Enable or disable desired protocols or ciphers.
- Click Save. Changes will be applied within an hour.
Note
Some protocols or cipher suites (like backend-side TLS 1.2) can't be enabled or disabled from the Azure portal. Instead, you'll need to apply the REST call. Use the properties.customProperties
structure in the Create/Update API Management Service REST API article.
- Learn more about TLS.