Version: 10.16.0
Namespace

solace.SslDowngrade

Contents

namespace solace.SslDowngrade

Effectively a boolean governing TLS downgrade to plain text after authentication.

See solace.SessionProperties#sslConnectionDowngradeTo

Static Properties & Enumerations Top

String NONE = NONE
String PLAINTEXT = PLAIN_TEXT

Static Properties & Enumerations Detail Top

static public String NONE = NONE

No downgrade, TLS connection remains encrypted.

static public String PLAINTEXT = PLAIN_TEXT

TLS connection downgrades to plain text after authentication. USE WITH CAUTION! Message traffic is not encrypted!