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.
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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.