Hi Aditya,
I'm on version 4.3.9 and I've tried this several different ways to disable TLSv1.0 and 1.1 in opensearch_dashboards.yml on wazuh dashboard
I tried putting each of these after the other server.ssl lines and also at the end of the file. It breaks 443 connections from all browsers.
server.ssl.supportedProtocols: ["TLSv1.2"," TLSv1.3"]
plugins.security.ssl.http.enabled_protocols: ["TLSv1.2"," TLSv1.3"]
(with and without the space after the double quotes, before TLS.1.3)
any suggestions greatly appreciated!