Hi,
For security reason we need to connect to MySQL database (8.X) using SSL, we are using pay version devart mysql dotnet.
here the string connect passing to DataAccessAdapter
"UserId = test; Server = 192.168.0.10 ; Port = 3306; Database = test ; Password = test; Protocol=SSL"
But receive this error
'Authentication failed because the remote party sent a TLS alert: 'HandshakeFailure'.'
Dataprovider config
RuntimeConfiguration.ConfigureDQE<MySqlDQEConfiguration>(c => c.AddDbProviderFactory(typeof(Devart.Data.MySql.MySqlProviderFactory)));
What is the parameter that we have to activate to use SSL?
Test with mysql workbench and can connect using SSL, so server is correctly configurated
Thanks