Skip to content

Files

Latest commit

ab0b9ab · May 12, 2022

History

History
46 lines (34 loc) · 1.71 KB

api-management-howto-manage-protocols-ciphers.md

File metadata and controls

46 lines (34 loc) · 1.71 KB
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

Manage protocols and ciphers in Azure API Management

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.

Manage protocols and ciphers in APIM

Prerequisites

How to manage TLS protocols and 3DES cipher

  1. Navigate to your API Management instance in the Azure portal.
  2. Scroll to the Security section in the side menu.
  3. Under the Security section, select Protocols + ciphers.
  4. Enable or disable desired protocols or ciphers.
  5. 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.

Next steps

  • Learn more about TLS.