TDV Adapter for Redis

Build 22.0.8462

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 adapter 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 adapter 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) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462