-
Notifications
You must be signed in to change notification settings - Fork 326
New issue
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
Cannot use external ElasticSearch db with Docker #345
Comments
Maybe I should add that I'm using the latest docker image:
|
After some more investigation, I found the following line in the logs:
which lead me to to this documentation: https://github.com/openresty/lua-nginx-module#lua_ssl_trusted_certificate With adding a root CA, everything is working fine. Would you accept a PR for adding this option? |
This is part of v0.14.2 which now released. |
@GUI nice. Do you have plans to release this to the Docker repository as well? :) |
@martinzuern: Oops, sorry about that! The Docker image for v0.14.2 has been released. Thanks for the heads up. |
I tried to connect api-umbrella v0.14 with a managed elasticsearch db on AWS (version 2.3).
Custom Configuration:
When trying to access analytics from the admin dashboard, web-puma always throws an error 500, as per log:
nginx log:
However, the elasticsearch db is accessible:
Using the bundled elasticsearch db, everything works fine.
The text was updated successfully, but these errors were encountered: