Re: SSL with Elasticsearch / Shield

2017-01-31 Thread Bruno Bonnin
Hello, I have created a ticket in JIRA to address this ( https://issues.apache.org/jira/browse/ZEPPELIN-2031), because it is not supported with this version of Shield. Bruno 2017-01-30 17:45 GMT+01:00 Jonathan Greenleaf : > Thank you Bruno. I have switched to trying to use just Shield on 9300.

Re: SSL with Elasticsearch / Shield

2017-01-30 Thread Jonathan Greenleaf
Thank you Bruno. I have switched to trying to use just Shield on 9300. I have copied the latest Shield jar here: /zeppelin/interpreter/elasticsearch/shield-2.4.4.jar and edited the /zeppelin/elasticsearch/pom.xml dependency per: https://www.elastic.co/guide/en/shield/current/_using_elasticse

Re: SSL with Elasticsearch / Shield

2017-01-28 Thread Bruno Bonnin
Hello, For the moment, in Zeppelin, the HTTP client for elasticsearch does not support SSL. If you want to use the elasticsearch transport client, maybe you should try to use the port 9300 and for SSL, you have to add other parameters, such as "shield.ssl.keystore.path" and "shield.ssl.keystore.pa

SSL with Elasticsearch / Shield

2017-01-28 Thread Jonathan Greenleaf
I have been able to start the server on 8443, but have not been able to make a connection to my Elasticsearch data node over SSL. I verified I can curl (curl --insecure -v -u user:pwd https:xx.xx.xx.xx:9200/...) the ES box with the Shield credentials. Within the interpreter I have name -> valu