Tag Archives: Error encountered uploading license

[Solved] Error encountered uploading license: Cannot install a [PLATINUM] license unless TLS is configured or security is disabled


Problem: Kibana failed to upload the license.

Solution: According to his instructions, either turn on TLS or turn off security verification.
Turn off security verification:
[root@es01 ~]# vim /etc/elasticsearch/elasticsearch.yml
xpack.security.enabled: false
[ root@es01 ~]# systemctl restart elasticsearch