Hi, I'm trying to protect an ES 1.4.2 install. For this I have a httpd 2.2, which redirects everything to ssl, does ldap auth and has the following proxypass: ProxyPass /elasticsearch http://127.0.0.1:9200/ ProxyPassReverse /elasticsearch http://127.0.0.1:9200/
In this configuration: kibana works http://host:9200/_plugin/head/ works https://host/elasticsearch returns the node info but https://host/elasticsearch/_plugin/head returns {"error":"ElasticsearchIllegalArgumentException[No feature for name [head]]","status":400} In ssl_error_log I have End of file found: SSL input filter read failed. Could you tell me what am I doing wrong, or where could I start debugging this? Thanks. -- You received this message because you are subscribed to the Google Groups "elasticsearch" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9fd31305-07bd-4346-a2c9-359bf2e26411%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
