0

i am getting below nessus findings on all my servers,kindly suggest for the fixing the below RDP related issues port used by certificates 443 and 3389 51192 SSL Certificate Cannot Be Trusted 57582 SSL Self-Signed Certificate

1 Answers1

0

Most likely your certificate is not signed by a CA, that is considered trusted by Windows - this can also mean you are using a certificate out of its defined scope (e.g. Certificate marked as usage type "Code Signing" for RDP).

  • If you use a self-signed certificate (i.e. a certificate that was signed by your own CA) you have to import the CA certificate into Windows' trusted store.
  • If your certificate's scope doesn't contain RDP, you need to create one where it does.

EDIT

You have to trust the CA on the client computers: They are the ones that check the certificate presented by the server for trustworthiness.

Eugen Rieck
  • 20,271