Hi, I've used eck to get ES and Kibana up. This seem to be running OK, but I disabled tls for the communication between kibana and ES: by putting spec.http.tls.selfSignedCertificate.disabled to true and I'm seeing errors like this in the kibana logs:
{"type":"log","@timestamp":"2021-01-13T12:11:03Z","tags": ["error","elasticsearch","data"],"pid":6,"message":"[ConnectionError]: write EPROTO 140529811875648:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332:\n"}
So, given that I can use kibana and make queries and so forth - what problem are the logs telling me about and how can I fix it?