You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/transport-layer-security.md
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Transport Layer Security in Azure Backup
3
3
description: Learn how to enable Azure Backup to use the encryption protocol Transport Layer Security (TLS) to keep data secure when being transferred over a network.
4
4
ms.topic: conceptual
5
-
ms.date: 11/01/2020
5
+
ms.date: 09/20/2022
6
6
---
7
7
8
8
# Transport Layer Security in Azure Backup
@@ -52,6 +52,27 @@ The following registry keys configure .NET Framework to support strong cryptogra
52
52
"SchUseStrongCrypto" = dword:00000001
53
53
```
54
54
55
+
## Azure TLS certificate changes
56
+
57
+
Azure TLS/SSL endpoints now contain updated certificates chaining up to new root CAs. Ensure that the following changes include the updated root CAs. [Learn more](../security/fundamentals/tls-certificate-changes.md#what-changed) about the possible impacts on your applications.
58
+
59
+
Earlier, most of the TLS certificates, used by Azure services, chained up to the following Root CA:
@@ -67,7 +88,7 @@ The highest protocol version supported by both the client and server is negotiat
67
88
For improved security from protocol downgrade attacks, Azure Backup is beginning to disable TLS versions older than 1.2 in a phased manner. This is part of a long-term shift across services to disallow legacy protocol and cipher suite connections. Azure Backup services and components fully support TLS 1.2. However, Windows versions lacking required updates or certain customized configurations can still prevent TLS 1.2 protocols being offered. This can cause failures including but not limited to one or more of the following:
68
89
69
90
- Backup and restore operations may fail.
70
-
-Backup components connections failures with error 10054 (An existing connection was forcibly closed by the remote host).
91
+
-The backup components connections failures with error 10054 (An existing connection was forcibly closed by the remote host).
71
92
- Services related to Azure Backup won't stop or start as usual.
0 commit comments