SSL

Default Value Data Type Required

0

Integer

No

Description

This property specifies whether the connector communicates with the Presto server through an SSL-enabled socket.

  • 1: The connector connects to SSL-enabled sockets using one-way authentication.
  • 2: The connector connects to SSL-enabled sockets using two-way authentication.
  • 0: The connector does not connect to SSL-enabled sockets.

Note:

  • SSL is configured independently of authentication. When authentication and SSL are both enabled, the connector performs the specified authentication method over an SSL connection.
  • If AuthType is set to Kerberos Authentication , SSL is automatically enabled.
  • If AuthType is set to LDAP Authentication, or Password File Authentication, then to enable or disable SSL, set the SSL property.