I have a logstash / elastic search / kibana server on ubuntu 14.x 64bit.
I have a few other servers with the same spec using logstash-forwarder, and everything is working as expected.
However, when I setup a 32bit centos 6 server, with a config like:
I get the folowing error:
Failed to tls handshake with x.x.x.x x509: cannot validate certificate for x.x.x.x because it doesn't contain any IP SANs
If I change that config, and put the DNS in, instead of the ip, I get the following error:
Failed to tls handshake with x.x.x.x x509: certificate is valid for , not my-dns.com
any guidance greatly appreciated..
**UPDATE: It appears that this does not happen on a 64bit system where I can install the logstash-forwarder rpm. So the issue may be in the 32bit version that I downloaded and compiled with go.