Skip to content
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

Make ssl/socket acceptance have timeouts #10

Open
jordansissel opened this issue Aug 19, 2015 · 3 comments
Open

Make ssl/socket acceptance have timeouts #10

jordansissel opened this issue Aug 19, 2015 · 3 comments
Assignees

Comments

@jordansissel
Copy link
Contributor

We shouldn't allow a misbehaving client to hinder acceptance of new ssl connections. Reported in elastic/logstash-forwarder#429 is an issue (I think?) that relates to a bad/stalled client disappearing in the middle of of a handshake or is unable to complete it successfully - can cause the whole acceptor thread to stall, possibly forever.

@dhawes
Copy link

dhawes commented Jun 18, 2016

I ran across this today. A simple telnet can ruin your day.

Has any progress been made on this? I still notice this issue in logstash-5.0.0-alpha3.

@jordansissel
Copy link
Contributor Author

@ph let's make sure the new beats input library doesn't suffer from this kind of fault (slow/stalled client handshake causing problems for other client handshakes)

@ph ph self-assigned this Jun 27, 2016
@ph
Copy link
Contributor

ph commented Jun 27, 2016

thanks @jordansissel I will check to address this too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants