-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Milestone
Description
My issue today seems the same as this: https://github.com/dotnet/corefx/issues/22453
Yesterday (on High Sierra 10.13.3) my .net core 2.0 web project ran fine, connecting to SQL Server.
Last night my machine was updated to 10.13.4, and now this morning when I run the project I get this error:
An unhandled exception was thrown by the application.
System.TypeInitializationException: The type initializer for 'XXX'
threw an exception. ---> System.Data.SqlClient.SqlException: A connection
was successfully established with the server, but then an error occurred
during the pre-login handshake. (provider: SSL Provider, error: 31 -
Encryption(ssl/tls) handshake failed) --->
System.Security.Cryptography.CryptographicException:
Error occurred during a cryptographic operation.
Anyone else on 10.13.4 able to successfully connect to SQL Server this morning?
Reactions are currently unavailable