SimplySql icon indicating copy to clipboard operation
SimplySql copied to clipboard

Open-MySqlConnection -SSLMode has an incorrect enumeration

Open mithrandyr opened this issue 1 year ago • 0 comments

-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).

mithrandyr avatar Jun 15 '24 15:06 mithrandyr