2

I am trying to remediate SSL/TLS vulnerabilities discovered by our vulnerability scanner. All the methods I have seen so far involve SCHANNEL changes in the registry. The SCHANNEL registry changes are unfortunately system-wide changes and can not be restricted to a specific port. I can not do the SCHANNEL registry changes because it will affect other services that are running when the problem is only with port 3389 (RDP). IS there a way i can specify on which service the SCHANNEL restrictions should apply? or by any other restriction method as long as it is being done on a service by service basis and not as a wholesale approach.

John
  • 21
  • 1
  • 2

1 Answers1

1

This cannot be changed for an individual service that uses the Microsoft TLS/SSL Security Provider; any change to protocols and cipher suites for the Microsoft TLS/SSL Security Provider will apply to all applications that use it.

Dylan Knoll
  • 480
  • 2
  • 9