Remote Desktop Management service not starting TLS 1.2 error

MT 56 Reputation points
2020-11-05T15:26:13.873+00:00

Scenario :

Installed RDS on windows 2016 standard evaluation. But when Disable the TLS 1.0 and 1.1 using IISCrypto then Remote Desktop Management service is failed and not starting. Following Error is appearing

A fatal error occurred while creating a TLS client credential. The internal error state is 10013.

Following scenarios tried but didn't work :

Scenario 1

------------

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft.NETFramework\v4.0.30319]
"SchUseStrongCrypto"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

Scenario 2

------------

As per the KB article
https://support.microsoft.com/en-us/help/3135244/kb3135244-tls-1-2-support-for-microsoft-sql-server

Applied Windows 2016 windows update and enclosed is the screenshot

37772-windows-2016-update-history.pdf

Scenario 3

------------

Connected to the windows internal database and checked the version
From following command \.\pipe\MICROSOFT##WID\tsql\query connected to internal database of windows 2016 Enclosed is the screenshot
37675-ms-sql-windows-internal-database.png

Do let me know how to resolve the Remote Desktop Management service not starting issue

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Anonymous
    2020-11-06T02:26:03.25+00:00

    Hi @MT

    Please refer to this article :
    RDS Connection Broker or RDMS fails after you disable TLS 1.0 in Windows Server

    Or try to enable FIPS:
    Local Security Policy > Local Policies> Security Options > System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing / Enabled

    Then ran gpupdate /force
    37889-image.png

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Best Regards
    Karlie

    1 person found this answer helpful.
    0 comments No comments

  2. MT 56 Reputation points
    2020-11-06T09:06:24.8+00:00

    Hi Karlie,

    After executing the mentioned steps by you and rebooting the server. Still RDMS service is not starting on windows 2016 server.

    Regards,
    Mohit


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.