This article describes the steps to disable any weak ciphers in vSphere Replication VMware Site Recovery Manager and VMware Live Site Recovery
Follow the steps below to disable the weak ciphers:
/opt/vmware/envoy/conf/envoy-proxy.yaml.(9.0.2 and below version)cipher_suites: "ECDHE+AESGCM:RSA+AESGCM:ECDHE+AES:RSA+AES"systemctl restart envoy-proxy.service"Note: Envoy proxy cipher suites are separated with colon.
Steps to validate the supported Cipher version.
Please use the below command to get the supported ciphers on the SRM/VR.
nmap --script ssl-enum-ciphers -p [port] [destination_name]
Example: If you want to scan SRM on IP ###.*##.##.01, listening on port 443, the command to run would be nmap --script ssl-enum-ciphers -p 443 ###.*##.##.01