Re: Trying to setup stunnel for es.

2014-08-21 Thread John Smith
Ok so i got it work on single node but i can't make it bridge for multinode using unicast On server 1 i have... Stunnel config... [es-server-native] accept = 10.0.0.xx0:9300 connect = 127.0.0.1:9300 cert = stunnel.pem elasticsearch.yml network.host: 127.0.0.1 discovery.zen.ping.multicast.en

Re: Trying to setup stunnel for es.

2014-08-21 Thread John Smith
I set network.host: 127.0.0.1 And now both bind and publish host are bound to 127.0.0.1 and there is no exceptions. Is that right? Now theoretically I should be able to stunnel my node client from another boxing through the 9500 port? On Thursday, 21 August 2014 10:22:16 UTC-4, John Smith wr

Trying to setup stunnel for es.

2014-08-21 Thread John Smith
I'm running: Ubuntu 14.04 stunnel4 Elasticsearch 1.3.1 In Elasticsearch.yml I bind ES to localhost only. network.bind_host: 127.0.0.1 In my stunnel config... client = no [elasticsearch] accept = 9600 connect = 127.0.0.1:9300 cert = /etc/stunnel/stunnel.pem Then I run elasticsearch. I have not