Hi Everyone,
I am running elasticsearch and kibana 7.1 on my local and trying to establish connectivity from Kibana to elastic search post enabling https on elastic search.
Kibana is reporting the below error
Blockquote
[09:01:44.195] [error][data][elasticsearch] Request error, retrying GET https://localhost:9200/_xpack => self signed certificate[09:01:44.195] [error][data][elasticsearch] Request error, retrying GET https://localhost:9200/_xpack => self signed certificate
Below are the configurations on Kibana and elastic
Kibana
elasticsearch.hosts: ["https://localhost:9200"]
elasticsearch.ssl.certificateAuthorities: [ "C:\MyFolder\PRD\thisFolder\kibana-7.1.1-windows-x86_64\config\elastic.cer" ]
elasticsearch.ssl.verificationMode: certificate
Elasticsearch
xpack.security.http.ssl.enabled: true
xpack.security.http.ssl.keystore.path: elsecert
xpack.security.http.ssl.truststore.path: elsecert
xpack.security.http.ssl.client_authentication: optional
xpack.security.transport.ssl.enabled: true
xpack.security.transport.ssl.verification_mode: certificate
xpack.security.transport.ssl.keystore.path: elsecert
xpack.security.transport.ssl.truststore.path: elsecert