InlineLbServerSslProfile1
{
"session_cache_enabled": false,
"is_fips": false,
"cipher_group_label": "string",
"is_secure": false,
"ciphers": [
"string"
],
"protocols": [
"string"
]
}
SSL session caching allows SSL client and server to reuse previously negotiated security parameters avoiding the expensive public key operation during handshake.
This flag is set to true when all the ciphers and protocols are FIPS compliant. It is set to false when one of the ciphers or protocols are not FIPS compliant.
It is a label of cipher group which is mostly consumed by GUI.
This flag is set to true when all the ciphers and protocols are secure. It is set to false when one of the ciphers or protocols is insecure.
supported SSL cipher list to client side
SSL versions TLS1.1 and TLS1.2 are supported and enabled by default. SSLv2, SSLv3, and TLS1.0 are supported, but disabled by default.