AuthMech
| Default Value | Data Type | Required |
|---|---|---|
|
|
String |
No |
Description
The authentication mechanism to use. Set the property to one of the following values:
DISABLE: The connector connects to the server without using TLS/SSL.ALLOW: First, the connector attempts to connect to the server without using TLS/SSL. If the connection fails, then the connector will attempt to connect through TLS/SSL.REQUIRE: The connector connects to the server through TLS/SSL.PREFER: First, the connector attempts to connect to the server through TLS/SSL. If the connection fails, then the connector will attempt to connect without using TLS/SSL.
Note:
Alternatively, you can configure the SSL property. For more information, see SSL.