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

SSL connect can take longer than the connect timeout, which should act as a deadline for the entire handshake #10

Open
SpComb opened this issue Jul 24, 2017 · 0 comments
Labels

Comments

@SpComb
Copy link
Contributor

SpComb commented Jul 24, 2017

The connect operation can take many times longer than the configured connect_timeout, because the timeout is used for each socket read/write call during the multi-way SSL handshake.

@SpComb SpComb added the bug label Jul 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant