Hey, everyone. Recent Nessus scanning against our Icinga2 host are showing a weak cipher on 5665. Thus far, we have been unable to get the system to disable this cipher. Was hoping the hive mind could help out here.
OS: RHEL 8.8
Icinga ver. 2.9.5
PHP ver. 7.2.24
Weak cipher: ECDHE-RSA-AES128-SHA256
We currently have /etc/icinga2/features-enabled/api.conf configured with the following:
cipher_list = “TLS13_AES_256_GCM_SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:DHE-RSA-AES256-GCM-SHA384”
Any help with disabling the weak cipher listed above would be greatly appreciated. TIA