Disallow tls1 and tls1.1 in kibana

How to disallow tls1.o and tls1.1 in kibana for https:// when using
server.ssl.cert and server.ssl.key in kibana.yml file.

Environment ->ES+FluentD+Kibana along with X-PACK,

@aerospace this will be available starting in Kibana 5.3 with the following setting - server.ssl.supportedProtocols: TLSv1.2 further details can be found here: https://www.elastic.co/guide/en/kibana/master/settings.html

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.