-
Notifications
You must be signed in to change notification settings - Fork 413
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
Failed tls Handshake, EOF #495
Comments
I'm seeing this as well. Are you using the official logstash image from DockerHub on the receiving end, by any chance? I was able to replicate this locally when logstash is running in docker, but if I run logstash directly, instead, the connection succeeds. I suspect it has something to do with openssl within that container. |
Actually, pinning the docker image to 1.5.2 instead seems to work, too:
|
I am working on fixing this, see the dicussion here this elastic/logstash#3657. |
Would you mind trying it with logstash 1.5.4 if you still see this issue? |
I will try this if i have some time, but i'm already working on an ELK stack. |
As far as I am concerned, the problem is still existent with version 1.5.4... tried it out right now |
Hmm ok, as stated in this post (elastic/logstash#3657) removing the lines "ssl certificate" and "ssl key" in your lsf config file does the trick. |
logstash-forwarder throws this Error after starting with valid and signed Certificates:
Other issues say that they are not using IP SANs. But i'm using hostnames so that shouldn't be a problem.
The certificates are signed by my own CA, but the CA's certificate is imprted and loaded in the senders server.
The text was updated successfully, but these errors were encountered: