Connection parameter
|
Description
|
-ssl
|
Directs that the connection to the server socket use SSL tunneling.
|
-nosessionreuse
|
If specified, the connection does not reuse the SSL session ID when reconnecting to the same SSL server.
|
-nohostverify
|
If specified, turns off host verification for an SSL connection. Without this parameter specified, the client compares the host name by the -H parameter with the Common Name specified in the server digital certificate, and raises an error if they do not match. With this parameter specified, the client never raises the error.
|