Skip to content

Fix to handle tls error properly

Rodrigo Muino Tomonari requested to merge github/fork/shigeki/fix_tls_error into master

This is a fix of the error handling of tls and tls_wrap. Especially it fixes the error handling when the server receiving a fatal TLS alert just after TLS handshake completed. Testing is very hard to implement within node and openssl s_client so that we take this fix to resolve the issue of #1642 (closed) from the comments from reporters.

CI results are https://jenkins-iojs.nodesource.com/job/iojs+any-pr+multi/655/ where the test failures on Windows are related to child process not related this.

Fix: https://github.com/iojs/io.js/issues/1642

R= @indutny

Merge request reports

Loading