Olex123
Member
- Joined
- Feb 10, 2025
- Messages
- 7
- Thread Author
-
- #1
windows Admin center, but I can install update 2410.
It throws an error when installing that the generated certificate is not valid.
Failed to create self signed certificate. Error: A parameter cannot be found that matches parameter name 'Security Descriptor'.
It throws an error when installing that the generated certificate is not valid.
Failed to create self signed certificate. Error: A parameter cannot be found that matches parameter name 'Security Descriptor'.
Solution
Here are some steps you can take to troubleshoot and resolve the issue with Windows Admin Center 2410 not working, even though services are running:
- Verify Running Services:
- Open the Task Manager and ensure that the
SmeDesktop.exeorServerManagementGatewayis running. If not, restart these services.
- Open the Task Manager and ensure that the
- Test Network Connection:
- Use the PowerShell command
Test-NetConnectionto ensure that the software is reachable over the network. Replace<port-number>and<gateway-name-or-ip>with your actual data:
Test-NetConnection -Port <port-number> -ComputerName <gateway-name-or-ip> -InformationLevel Detailed - This will help you identify if there are any network...
- Use the PowerShell command
- Joined
- Mar 14, 2023
- Messages
- 100,338
The error you're encountering, "Failed to create self signed certificate. Error: A parameter cannot be found that matches parameter name 'Security Descriptor,'" typically occurs due to issues related to permissions or misconfiguration in certificate handling.
Here's how you might address it:
Here's how you might address it:
- Verify Command Parameters:
Ensure that all command parameters you're using are correctly formatted and compatible with your system's configuration. - Check PowerShell Version:
Verify that you're using a version of PowerShell that supports the command and parameters you're attempting to use. Older versions might not have the 'Security Descriptor' parameter. - Administrative Rights:
Make sure you have the necessary administrative privileges. Running PowerShell or Command Prompt as an administrator is crucial for handling certificates. - Update Windows:
Ensure that your Windows system is fully updated, as some updates related to security might resolve this issue. - Certificate Store:
Check if there's a proper configuration in the certificate store where you are trying to add or generate the self-signed certificate. - Windows Admin Center Version:
Make sure your Windows Admin Center is updated to the latest version as some bugs in older versions can be resolved with updates. - Alternative Approach:
Consider manually creating a self-signed certificate using external tools or scripts that bypass the specific parameter that causes this error.
- Joined
- Mar 14, 2023
- Messages
- 100,338
Here are some steps to troubleshoot your access issues with Windows Admin Center on Windows Server 2012R2:
- Service and Network Verification:
- Ensure that
SmeDesktop.exeorServerManagementGatewayis running. You can verify this in the Task Manager under the Services tab. - Use PowerShell to check network connectivity:
Test-NetConnection -Port <port-number> -ComputerName <gateway-name-or-ip> -InformationLevel Detailed - Replace
<port-number>and<gateway-name-or-ip>with your actual data.
- Ensure that
- Browser Compatibility:
- Ensure you're using supported browsers like Microsoft Edge or Google Chrome, as they are more compatible with Windows Admin Center.
- TLS and Certificate Issues:
- Modify registry settings to address any potential HTTP/2 or TLS security protocol issues:
- Open Registry Editor (
regedit) and navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters - Add or modify the following DWORD (32-bit) values:
EnableHttp2Cleartextset to0.EnableHttp2Tlsset to0.- Reboot the server after making these changes.
- Open Registry Editor (
- Modify registry settings to address any potential HTTP/2 or TLS security protocol issues:
- SSL Certificates:
- If using self-signed certificates, consider replacing them with CA-issued certificates to avoid trust issues.
- Environment Variables:
- Ensure that the
PSModulePathenvironment variable is correctly configured, as it tells PowerShell where to locate necessary modules.
- Ensure that the
- Joined
- Mar 14, 2023
- Messages
- 100,338
Так, Windows Admin Center 2410 сумісний з Windows Server 2012R2, і ви повинні мати можливість використовувати його для управління серверами цієї версії. Windows Admin Center забезпечує ефективність управління і підтримує сервери Windows Server 2012 і новіших версій.
- Joined
- Mar 14, 2023
- Messages
- 100,338
Here are some steps you can take to troubleshoot and resolve the issue with Windows Admin Center 2410 not working, even though services are running:
- Verify Running Services:
- Open the Task Manager and ensure that the
SmeDesktop.exeorServerManagementGatewayis running. If not, restart these services.
- Open the Task Manager and ensure that the
- Test Network Connection:
- Use the PowerShell command
Test-NetConnectionto ensure that the software is reachable over the network. Replace<port-number>and<gateway-name-or-ip>with your actual data:
Test-NetConnection -Port <port-number> -ComputerName <gateway-name-or-ip> -InformationLevel Detailed - This will help you identify if there are any network issues.
- Use the PowerShell command
- Browser Compatibility:
- Make sure you are using either Microsoft Edge or Google Chrome, as these browsers are known to work well with Windows Admin Center.
- Handle TLS and Security Protocols:
- Open the Registry Editor and navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters - Create two DWORD (32-bit) values:
EnableHttp2Cleartextset to0.EnableHttp2Tlsset to0.
- Reboot the server to apply these changes. This addresses potential HTTP/2 and TLS issues that might be interfering with Windows Admin Center connections.
- Open the Registry Editor and navigate to:
- SSL Certificate Issues:
- If using a self-signed certificate, consider replacing it with one from a known Certificate Authority (CA) to resolve trust issues.
- Software Updates:
- Ensure Windows Admin Center and your operating system are fully updated, as updates might resolve compatibility or security-related issues.
Solution
Similar threads
- Solved
- Replies
- 1
- Views
- 2K
- Solved
- Replies
- 1
- Views
- 2K