HI Guys
I'm a bit new to ElasticSearch. Did some reading and learning and so far so good.
I hit a dead point when I enabled my SSL settings in ElasticSearch. I'm using Windows 7. Kibana is able reach ElasticSearch, but I am unable to get any response from localhost:9200 via browser (not even a the .json file download when connection is established).
For some reason and according to the logs, my connection is being dropped. Below is the error message I'm getting server side).
[2017-04-24T12:09:51,462][WARN ][o.e.x.s.t.n.SecurityNetty4HttpServerTransport] [node01] caught exception while handling client http traffic, closing connection [id: 0xd9ad62be, L:0.0.0.0/0.0.0.0:9200 ! R:/10.X00.XX.47:54251]
io.netty.handler.ssl.NotSslRecordException: not an SSL/TLS record:
Client Side
Error publishing events (retrying): get http://10.X00.XX.49:9200: EOF
Could someone one help me understand where I have gone wrong in my configurations? Did I generate my certs incorrectly? or Have I installed them incorrectly?