m --sslmode
-m --sslmode
Specifies the policy for making SSL connections to the server. Options are verify_full, verify_ca require
, prefer
, allow
, and disable
. You can also set the VSQL_SSLMODE variable to achieve the same effect. If the variable is set, the command-line option overrides it.
For information on these modes see Configuring SSL for ODBC Clients.