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

Improve TLS error messages (Connection lost during TLS handshake) #169

Merged
merged 2 commits into from
Sep 25, 2018

Conversation

clue
Copy link
Member

@clue clue commented Jul 19, 2018

PHP does not seem to report any warning message when the connection is lost (closed by the remote side) during a TLS handshake (both client and server side). As a result of this, the previous message appeared to be cut off. This PR ensures we indicate this error with proper errno/errstr.

Refs #168

@clue
Copy link
Member Author

clue commented Sep 23, 2018

Rebased on current master and updated to skip testing platform specific TLS error message strings :shipit:

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

Successfully merging this pull request may close these issues.

3 participants