TLS errors

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?

1 Like

Hi, could you share the version of ECK you are using and the Elasticsearch and the Kibana manifests ?

Thanks

Yesterday I tore it all down and reapplied my up to date manifests and the issue has gone away. I guess the problem was an artifact of having changed things a few times since setting it up (initially I just had the defaults, and then I turned off the tls for the in-cluster http).