1

I am getting error in production server and same code is running fine in test server with out any errors.

A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: SSL Provider, error: 0 - The client and server cannot communicate, because they do not possess a common algorithm.) Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

enter image description here

Niyoko
  • 7,512
  • 4
  • 32
  • 59
kalyan ram
  • 21
  • 1
  • 3
  • 1
    Disable encrypt connection from your connection string. – Niyoko Nov 04 '16 at 11:07
  • Can you check if there is any difference of ASP.NET version on your test and prod servers? Check this http://stackoverflow.com/questions/26742054/the-client-and-server-cannot-communicate-because-they-do-not-possess-a-common-a – kashi_rock Nov 04 '16 at 11:15
  • If you're trying to use TLS 1.1 or 1.2, then they require .Net framework 4.5 on the server – stuartd Nov 04 '16 at 11:20

0 Answers0