Bug #94240 | The message received was unexpected or badly formatted System.ComponentModel.Win | ||
---|---|---|---|
Submitted: | 7 Feb 2019 11:19 | Modified: | 29 Feb 2020 0:14 |
Reporter: | Michael Bolland | Email Updates: | |
Status: | Verified | Impact on me: | |
Category: | Connector / NET | Severity: | S2 (Serious) |
Version: | 8.0.13.0 | OS: | Windows |
Assigned to: | CPU Architecture: | x86 |
[7 Feb 2019 11:19]
Michael Bolland
[7 Feb 2019 11:20]
Michael Bolland
We are using Windows 2008 R2 Standard client with DotnetCore 2.0 for the client The destination is Amazon Aurora
[8 Feb 2019 17:45]
Bradley Grainger
The exception call stack looks very similar to https://stackoverflow.com/questions/46518563/net-mysql-error-a-call-to-sspi-failed-message... The common factor is that the back-end is Amazon Aurora.
[15 Nov 2019 20:15]
Mike Alhayek
I have the same problem. It happens sometime and its hard to reproduce. Here is my stack trace > Error Message: Authentication failed, see inner exception. > Inner Error Message: The message or signature supplied for verification has been altered `` Stack Trace: at MySql.Data.Common.Ssl.StartSSL(Stream& baseStream, Encoding encoding, String connectionString) at MySql.Data.MySqlClient.NativeDriver.Open() at MySql.Data.MySqlClient.Driver.Open() at MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) at MySql.Data.MySqlClient.MySqlPool.CreateNewPooledConnection() at MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() at MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() at MySql.Data.MySqlClient.MySqlPool.GetConnection() at MySql.Data.MySqlClient.MySqlConnection.Open() at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.OpenDbConnection(Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open(Boolean errorsExpected) at Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.BufferlessMoveNext(DbContext _, Boolean buffer) at Microsoft.EntityFrameworkCore.Query.Internal.QueryingEnumerable`1.Enumerator.MoveNext() at System.Linq.Enumerable.SelectEnumerableIterator`2.MoveNext() at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found) at System.Linq.Enumerable.First[TSource](IEnumerable`1 source) at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ResultEnumerable`1.GetEnumerator() at Microsoft.EntityFrameworkCore.Query.Internal.LinqOperatorProvider.ExceptionInterceptor`1.EnumeratorExceptionInterceptor.MoveNext() at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found) at System.Linq.Enumerable.First[TSource](IEnumerable`1 source) at Microsoft.EntityFrameworkCore.Query.Internal.QueryCompiler.<>c__DisplayClass15_1`1.<CompileQueryCore>b__0(QueryContext qc) at System.Linq.Queryable.First[TSource](IQueryable`1 source) ```
[16 Jan 2020 14:21]
Padhraic Shevlin
is there any resolution to this issue