RDP issue due to SSL cert issue and solution
Cause
=============
I manually triggered this issue, and found there is an error
triggered every time in System event log:
A fatal error occurred when attempting to access the SSL server credential private key. The error
code returned from the cryptographic module is 0x8009030d. The internal error
state is 10001.
|
0x8009030d |
The credentials
supplied to the package were not recognized |
This error is related to SSL certificate.
By default, RDP use self-signed certificate, but we find these
machines are configured to use SSL certificate:
So we have a GPO configured to make RDP using this certificate
template to generate SSL certificate for RDP connection.
Once we deleted the TemplateCertificate value in the registry,
RDP works.
Comments
Post a Comment