SimplySql
SimplySql copied to clipboard
Open-MySqlConnection -SSLMode has an incorrect enumeration
-SSLMode has the following enumerations: Disabled, Preferred, Required, VerifyCA, VerifyFull. However, the first enumeration Disabled is invalid, it should be None. See SSL/TLS Options (you will have to scroll down).