Disable tlsv1 and tlsv1.1 in kibana

How can we disallow tlsv1 and tlsv1.1 in kibana 4.0.1? I do not wish to use Xpack.

It is running along with elasticsearch version 1.5.0.

@pallavi117 you can configure this via server.ssl.supportedProtocols starting in Kibana 5.3. If you're unable to upgrade, you can use a reverse-proxy (Nginx, Apache, etc) to do SSL termination where you can configure this.

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