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.

  1. disable protocols show in image below iiscrypto image

  2. restart computer

  3. build solution attached
  4. execute server.exe
  5. execute client.exe
  6. it’ll show error below : caller not authenticated service enter image description here

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

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -