Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.63 KB

File metadata and controls

19 lines (14 loc) · 1.63 KB
title Transport layer security in Azure HDInsight
description Transport layer security (TLS) and secure sockets layer (SSL) are cryptographic protocols that provide communications security over a computer network.
ms.service azure-hdinsight
ms.topic concept-article
ms.date 02/03/2025

Transport layer security in Azure HDInsight

Connections to the HDInsight cluster via the public cluster endpoint https://CLUSTERNAME.azurehdinsight.net are proxied through cluster gateway nodes. These connections are secured using a protocol called TLS. Enforcing higher versions of TLS on gateways improves the security for these connections.

By default, Azure HDInsight clusters accept TLS 1.2 connections on public HTTPS endpoints. You can control the minimum TLS version supported on the gateway nodes during cluster creation using either the Azure portal, or a Resource Manager template. For the portal, select the TLS version from the Security + networking tab during cluster creation. For a Resource Manager template at deployment time, use the minSupportedTlsVersion property. For a sample template, see HDInsight minimum TLS 1.2 Quickstart template. This property supports one value: "1.2," which correspond to TLS 1.2+.

Next steps