I have WCF service and a client accessing that service hosted on the same production machine(Windosw Server 2016 build)
) for testing purposes, but when the client pings the server, the call ends with an error:
Could not establish secure channel for SSL/TLS with authority 'ServerName: Port'.
When I checked the event logs, I found the following error
An unknown connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The TLS connection request has failed. (SChannel - 36874)
I tried enabling/disabling SSL, TLS security on the machine, but still not able to solve the issue.
Is there any registry key I need to set to add specific Cipher Suite to solve this issue?
Thanks in advance