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
title: Can't Access Hyper-V Virtual Machines Via VM Connect
3
-
description: Describes a
2
+
title: Can't Access Hyper-V Virtual Machines Via VMConnect
3
+
description: Addresses an issue where you can't connect to Hyper-V virtual machines (VMs) through Virtual Machine Connection (VMConnect) after you repeatedly receive an authentication error.
4
4
ms.date: 08/13/2025
5
5
manager: dcscontentpm
6
6
audience: itpro
@@ -10,72 +10,56 @@ ms.custom:
10
10
- sap:virtualization and hyper-v\configuration of virtual machine settings
11
11
- pcy:WinComm Storage High Avail
12
12
---
13
-
# Unable to access Hyper-V virtual machines via VM Connect: "Local security authority cannot be contacted"
13
+
# Can't access Hyper-V virtual machines via VMConnect
14
14
15
-
This article addresses an issue where users are unable to connect to Hyper-V virtual machines (VMs) through VM Connect due to a persistent authentication error. The root cause and resolution steps are provided to help restore functionality.
15
+
This article addresses an issue where you can't connect to Hyper-V virtual machines (VMs) through Virtual Machine Connection (VMConnect) after you repeatedly receive an authentication error.
16
16
17
-
## Prerequisites
17
+
> [!NOTE]
18
+
> Before proceeding with the following procedures in this article, ensure you have administrative access to the affected server. In addition, you have a working server with the correct Transport Layer Security (TLS) cryptography registry keys to export.
18
19
19
-
Before proceeding, ensure the following:
20
+
You repeatedly receive an authentication error message:
20
21
21
-
* Administrative access to the affected server.
22
-
* A working server with the correct TLS cryptography registry keys to export.
23
-
* Knowledge of registry editing and system reboot procedures.
22
+
> Local security authority cannot be contacted.
24
23
25
-
## Symptoms
24
+
After about 20 days, you can't connect to any virtual machines, regardless of the operating system (Windows or Linux), via VMConnect.
26
25
27
-
Users encountering this issue may experience the following:
* Inability to connect to any virtual machines, regardless of the operating system (Windows or Linux), via VM Connect.
31
-
* The issue began approximately 20 days before the case was logged.
28
+
The issue is caused by missing TLS cryptography registry keys required for the TLS/Secure Sockets Layer (SSL) handshake. These keys are crucial for secure communication during the authentication process. Their absence leads to a failure in the secure channel initialization process, which prevents authentication attempts from succeeding.
32
29
33
-
## Cause
30
+
## Restore missing TLS cryptography registry keys
34
31
35
-
The problem is caused by missing TLS cryptography registry keys required for the SSL/TLS handshake. These keys are crucial for secure communication during the authentication process. Their absence leads to a failure in the SchannelInit process, which prevents authentication attempts from succeeding.
2. Right-click the `Protocols` key and select **Export**.
43
+
3. Save the exported `.reg` file to a secure location.
62
44
63
-
* Attempt to connect to the Hyper-V virtual machines using VM Connect to ensure the issue is resolved.
45
+
2. Import the registry keys to the affected server:
64
46
65
-
By completing these steps, the missing TLS cryptography registry keys are restored, enabling the necessary SSL/TLS handshake and resolving the authentication error.
47
+
1. Transfer the exported `.reg` file to the affected server.
48
+
2. Open the Registry Editor on the affected server, and double-click the `.reg` file to import the keys. Follow the prompts to confirm the import.
66
49
67
-
## Determine the cause of the problem
50
+
3. Restart the affected server to apply the changes.
51
+
4. Connect to the Hyper-V virtual machines using VMConnect to ensure the issue is resolved.
68
52
69
-
If the issue persists after performing the solution steps, further investigation may be required to confirm if additional configuration settings or system updates are impacting the VM connection process.
53
+
After you complete these steps, the missing TLS cryptography registry keys are restored, enabling the necessary TLS/SSL handshake and resolving the authentication error.
70
54
71
-
## Cause 2: Other potential issues
55
+
## Other potential causes
72
56
73
-
If the TLS cryptography keys are present and correctly configured, other potential causes, such as network configuration issues or outdated system components, should be examined.
57
+
If the issue persists, further investigation might be required to confirm whether additional configuration settings or system updates are impacting the VM connection process. For example, network configuration issues or outdated system components should be examined.
74
58
75
-
### Solution 2: Verify network and system configurations
59
+
You can verify the network and system configurations by using the following steps:
76
60
77
61
1. Check the server's network connectivity to ensure there are no interruptions.
78
62
2. Ensure all system updates and patches are applied to both the host and guest operating systems.
79
-
3. Review event logs for additional error messages that may provide insights into the issue.
63
+
3. Review event logs for additional error messages that might provide insights into the issue.
80
64
81
-
If further assistance is required, consider contacting Microsoft Support for advanced troubleshooting.
65
+
If further assistance is required, consider contacting Microsoft Support for advanced troubleshooting.
0 commit comments