Docker + Blazor + MSSQL handshake error
When I run dotnet ef database update I get the following error :
Microsoft.Data.SqlClient.SqlException (0x80131904): A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 35 - An internal exception was caught)
I'm using WSL btw5 Replies
ConnectionString :
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
No, setting it true results in Kerberos error
Not much, not sure how to proceed
Yea, now I set Encrypt=false and I get
deleting trusted_connection=true fixed it
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
Yes