--
You received this message because you are subscribed to a topic in the Google Groups "Wazuh mailing list" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wazuh/az2WDXupUxg/unsubscribe.
To unsubscribe from this group and all its topics, send an email to wazuh+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/338befb2-b08f-416c-8d3f-3bb5759001b7n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/85c0b032-9daa-4087-bdab-63a8e5cdd292n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/b4383f3d-12e6-4b31-80f1-7b1b366da13fn%40googlegroups.com.
server.ssl.supportedProtocols:
- "TLSv1.2"
server.ssl.cipherSuites:
- "!TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA"
- "!TLS_RSA_WITH_AES_128_CBC_SHA"
- "!AES128-SHA"
- "!ECDHE-RSA-AES128-SHA"
- "TLS_AES_256_GCM_SHA384"
- "TLS_CHACHA20_POLY1305_SHA256"
- "TLS_AES_128_GCM_SHA256"
- "ECDHE-RSA-AES128-GCM-SHA256"
- "ECDHE-ECDSA-AES128-GCM-SHA256"
- "ECDHE-RSA-AES256-GCM-SHA384"
- "ECDHE-ECDSA-AES256-GCM-SHA384"
- "DHE-RSA-AES128-GCM-SHA256"
- "ECDHE-RSA-AES128-SHA256"
- "DHE-RSA-AES128-SHA256"
- "ECDHE-RSA-AES256-SHA384"
- "DHE-RSA-AES256-SHA384"
- "ECDHE-RSA-AES256-SHA256"
- "DHE-RSA-AES256-SHA256"
- "HIGH"In the file /etc/wazuh-dashboard/opensearch_dashboards.yml
To check if that worked, you can also use the commands:
openssl s_client -tls1_2 -cipher ECDHE-RSA-AES128-SHA -connect localhost:443
openssl s_client -tls1_2 -cipher AES128-SHA-connect localhost:443
These commands should give an error like:
140603626386752:error:14094410:SSL routines:ssl3_read_bytes:sslv3 alert handshake failure:../ssl/record/rec_layer_s3.c:1543:SSL alert number 40
Which would mean a handshake error has happened, and the connection is dropped. (See https://www.ibm.com/docs/en/developer-for-zos/9.1.1?topic=trace-ssl-alert-messages for a reference)
I think this might be a better way to check the nessus reported vulnerability.
Regards,
Gabriel
To view this discussion on the web visit https://groups.google.com/d/msgid/wazuh/cfeaf328-1700-42a9-b520-6e4710238a19n%40googlegroups.com.