Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 547 Bytes

File metadata and controls

18 lines (16 loc) · 547 Bytes

LbSslProtocolInfo

Properties

Name Type Description Notes
isDefault Boolean Default SSL protocol flag
isSecure Boolean Secure/insecure SSL protocol flag
protocol ProtocolEnum SSL protocol

Enum: ProtocolEnum

Name Value
SSL_V2 "SSL_V2"
SSL_V3 "SSL_V3"
TLS_V1 "TLS_V1"
TLS_V1_1 "TLS_V1_1"
TLS_V1_2 "TLS_V1_2"