c# - WCF .NET 4.0 doesn't work without TLS 1.0 -
in company work have product uses wcf on net.tcp using ssl in .net framework 4.0. in specific client, security reasons, exists requirement disable ssl 2, ssl 3 , tls 1. problem communication doesn’t work without tls 1.0. can tell me why? used iiscrypto disable above protocols. it's attached in discussion example code. steps reproduce scenario.
disable protocols show in image below
restart computer
- build solution attached
- execute server.exe
- execute client.exe
- it’ll show error below : caller not authenticated service
guys.
after many attempts, way make wcf run without tls 1.0, enabling fips.
follow link https://stackoverflow.com/a/13635742/1234031 enable fips.
Comments
Post a Comment