Contents
namespace solace.SslDowngrade
Effectively a boolean governing TLS downgrade to plain text after authentication.
Static Properties & Enumerations Top
String |
NONE
= NONE
| ||
String |
PLAINTEXT
= PLAIN_TEXT
|
Static Properties & Enumerations Detail Top
static
public
String
NONE
= NONE
NONE
No downgrade, TLS connection remains encrypted.
static
public
String
PLAINTEXT
= PLAIN_TEXT
PLAIN_TEXT
TLS connection downgrades to plain text after authentication. USE WITH CAUTION! Message traffic is not encrypted!