2
Answers

WCF .NET 4.0 doesn't work without TLS 1.0

Julian Correa

Julian Correa

9y
1.2k
1

In company that I work, we have a product that uses WCF over net.tcp using SSL in .NET Framework 4.0. In a specific client, for security reasons, exists the requirement to disable the SSL 2, SSL 3 and TLS 1. The problem is that the comunnication doesn’t work without TLS 1.0.The problem is that the comunnication doesn’t work without TLS 1.0.

Someone can tell me Why?

I used the IISCrypto to disable the above protocols. It's attached in this discussion the example code. Steps to reproduce the scenario.Steps to reproduce the scenario.

  1. Disable the protocols as show in the image below

  2. Restart the Computer

  3. Build the solution : dl.dropboxusercontent.com/u/51027563/WCFWithSecurity.zip

  4. Execute the Server.exe

  5. Execute the Client.exe

  6. It’ll show the error below : The caller was not authenticated by the service


 
Answers (2)
0
Julian Correa
NA 5 0 9y

guys.

After many attempts, the only way to make the WCF run without TLS 1.0, was enabling FIPS.

Follow the link http://stackoverflow.com/a/13635742/1234031 to enable FIPS.

0
lakshmi priyaaka
NA 20 0 9y

As per this case, I suggest you to refer the following links which may guide you to resolve this case :

   to refer about How to disable PCT 1.0, SSL 2.0, SSL 3.0, or TLS 1.0 in Internet Information Services.

   to refer this article explains about which cipher suites are associated with which protocols.

    to refer about TLS1.0.

 Thanks for sharing valuable information for more details visit :  dotnet training