When I put SslMode=None
to a string so it looks like
MySqlConnection conn = new MySqlConnection("datasource=127.0.0.1;username=root;password=password;database=my_tests;SslMode=None");
the problem is gone. But I'm not sure if I want not to use it. Any other solutions would be great.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…