C
C#4d ago
ARDA64

mysql error

error: MySql.Data.MySqlClient.MySqlException (0x80004005): Retrieval of the RSA public key is not enabled for insecure connections. at MySql.Data.MySqlClient.Authentication.CachingSha2AuthenticationPlugin.GeneratePassword() at MySql.Data.MySqlClient.Authentication.CachingSha2AuthenticationPlugin.MoreData(Byte[] data) at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ContinueAuthentication(Byte[] data) at MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset) at MySql.Data.MySqlClient.NativeDriver.Authenticate(String authMethod, Boolean reset) 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 Supercell.Laser.Server.Message.MessageManager.CheckUserExists(String username, Int64 id) in C:\Users\Administrator\Desktop\talemidirnedir\Tale_Source\TBV28\Supercell.Laser.Server\Message\MessageManager.cs:line 3648
4 Replies
ARDA64
ARDA64OP4d ago
code:
ARDA64
ARDA64OP4d ago
I couldn't find the mistake, where could it be?
Mąż Zuzanny Harmider Szczęście
Possible solution
Fix: Retrieval of the RSA public key is not enabled for insecure co...
Fixing 'Retrieval of the RSA public key is not enabled for insecure connections' error by using MySqlConnector and AllowPublicKeyRetrieval=True in the connection string.

Did you find this page helpful?