We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Config.js has a key es_using_ssl but this key is unused. The proxy calls always use the http module even if es_using_ssl` is true.
es_using_ssl
http
The text was updated successfully, but these errors were encountered:
fangli#39 Support elastic search on SSL. Currently, the config key es…
a0c6ec8
…_using_ssl was unused.
be07644
Successfully merging a pull request may close this issue.
Config.js has a key
es_using_ssl
but this key is unused. The proxy calls always use thehttp
module even if es_using_ssl` is true.The text was updated successfully, but these errors were encountered: