@@ -90,11 +90,11 @@ If you have secure boundaries within your organization, and don't want to use th
90
90
91
91
1 . Copy and paste the following text into a .txt file.
92
92
93
- ```text
94
- Windows Registry Editor Version 5.00
95
- [ HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Data Protection Manager\VMWare]
96
- "IgnoreCertificateValidation"=dword:00000001
97
- ```
93
+ ``` text
94
+ Windows Registry Editor Version 5.00
95
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft Data Protection Manager\VMWare]
96
+ "IgnoreCertificateValidation"=dword:00000001
97
+ ```
98
98
99
99
2 . Save the file on the Azure Backup Server machine with the name ** DisableSecureAuthentication.reg** .
100
100
@@ -335,31 +335,31 @@ Add VMware VMs for backup. Protection groups gather multiple VMs and apply the s
335
335
To back up vSphere 6.7, do the following:
336
336
337
337
- Enable TLS 1.2 on DPM Server
338
- > [ !Note]
339
- > VMWare 6.7 onwards had enabled TLS as communication protocol.
338
+
339
+ > [ !NOTE]
340
+ > VMWare 6.7 onwards had TLS enabled as communication protocol.
340
341
341
342
- Set the registry keys as follows:
342
343
343
- ```text
344
-
345
- Windows Registry Editor Version 5.00
346
-
347
- [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727]
348
- "SystemDefaultTlsVersions"=dword:00000001
349
- "SchUseStrongCrypto"=dword:00000001
350
-
351
- [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
352
- "SystemDefaultTlsVersions"=dword:00000001
353
- "SchUseStrongCrypto"=dword:00000001
354
-
355
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
356
- "SystemDefaultTlsVersions"=dword:00000001
357
- "SchUseStrongCrypto"=dword:00000001
358
-
359
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
360
- "SystemDefaultTlsVersions"=dword:00000001
361
- "SchUseStrongCrypto"=dword:00000001
362
- ```
344
+ ``` text
345
+ Windows Registry Editor Version 5.00
346
+
347
+ [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v2.0.50727]
348
+ "SystemDefaultTlsVersions"=dword:00000001
349
+ "SchUseStrongCrypto"=dword:00000001
350
+
351
+ [HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\.NETFramework\v4.0.30319]
352
+ "SystemDefaultTlsVersions"=dword:00000001
353
+ "SchUseStrongCrypto"=dword:00000001
354
+
355
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v2.0.50727]
356
+ "SystemDefaultTlsVersions"=dword:00000001
357
+ "SchUseStrongCrypto"=dword:00000001
358
+
359
+ [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
360
+ "SystemDefaultTlsVersions"=dword:00000001
361
+ "SchUseStrongCrypto"=dword:00000001
362
+ ```
363
363
364
364
## Next steps
365
365
0 commit comments