To configure SSL/TLS versions and ciphers, use the following steps. The versions and at least one of the ciphers must be identical on all appliances that communicate with each other.
The list of ciphers varies per the versions selected.
hostname:configuration settings peer> set tls_version=TLSv1.2
tls_version = TLSv1.2 (uncommitted)
hostname:configuration settings peer> set
ciphers=AES128-GCM-SHA256,ECDH-ECDSA-AES128-GCM-SHA256
ciphers =
AES128-GCM-SHA256,ECDH-ECDSA-AES128-GCM-SHA256 (uncommitted)
hostname:configuration settings peer> commit
hostname:configuration settings peer> show
Properties:
tls_version = TLSv1.2
ciphers =
AES128-GCM-SHA256:ECDH-ECDSA-AES128-GCM-SHA256
hostname:configuration settings peer>