-m --sslmode
-m or --sslmode specifies the policy for making SSL connections to the server.
-m
or --sslmode
specifies the policy for making SSL connections to the server. Options are verify-full
, verify-ca require
, prefer
, 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 TLS for ODBC Clients.