-
Notifications
You must be signed in to change notification settings - Fork 103
OpenSSL::X509::StoreError: setting default path failed: Detect premature EOF #69
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
Comments
I can replicate the issue like this:
If I delete java folder froms certs:
I can now run logstash fine inside the container. Docker pull reports that
|
My workaround is as follows: Create start.sh:
And then in Dockerfile:
An alternative is simply having this in Dockerfile:
|
Any idea what's causing the failure? The image itself should be isolated from the host environment pretty well by Docker. Can you run |
This image is officially deprecated in favor of upstream's images (see https://www.elastic.co/guide/en/logstash/current/docker.html). For more information, please see docker-library/elasticsearch#160, docker-library/docs#842, and docker-library/docs#945.
Thanks! |
Uh oh!
There was an error while loading. Please reload this page.
I'm getting the following error when trying to run the logstash container on RHEL 7.1:
Image created with the same Dockerfile works on Mac OS X developer machines.
My Dockerfile:
I'm using Kontena to deploy the container (shouldn't matter I think).
Running inside container:
I get the same error from
logstash:2.1.3-1
. The same server works withlogstash:1.5.5
.A wild guess is that the error is related to elastic/logstash#3955
The text was updated successfully, but these errors were encountered: