Tableau Connector for Redis

Build 23.0.8839

SSLStartMode

This property determines how the provider starts the SSL negotiation.

Possible Values

Automatic, Implicit, Explicit, None

Data Type

string

Default Value

"None"

Remarks

The SSLStartMode property may have one of the following values:

AutomaticIf the remote port is set to the standard plain text port of the protocol (where applicable), the connector will behave the same as if SSLStartMode is set to Explicit. In all other cases, SSL negotiation will be implicit.
ImplicitThe SSL negotiation will start immediately after the connection is established.
ExplicitThe connector will first connect in plaintext, and then explicitly start SSL negotiation through a protocol command such as STARTTLS.
NoneNo SSL negotiation, no SSL security. All communication will be in plain text mode.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839