I get error. I am able to ping the server. Also i am able to open kibana from other machine. Error: Exiting: couldn't connect to any of the configured Elasticsearch hosts. Errors: [error connecting to Elasticsearch athttp://192.168.0.109:9200: Get "http://192.168.0.109:9200": EOF]. Can someone please tell me what can be the reason?
curl --cacert http_ca.crt -u elastic https://localhost:9200 this command results in error
Enter host password for user 'elastic':
curl: (60) schannel: CertGetCertificateChain trust error CERT_TRUST_REVOCATION_STATUS_UNKNOWN
More details here: curl - SSL CA Certificates
curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.
Hi,
I installed the certificate generated by elasticsearch. Still the same error when curl request made curl --cacert C:\Users\LENOVO\http_ca.crt -u elastic https://localhost:9200. But when curl hit with insecure it is working fine
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.