commit | 8923019a1d74c2d5f50eb0afe6c6a7531daac8c2 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Sep 28 20:22:13 2012 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Oct 02 19:54:38 2012 +0200 |
tree | c59399c5551a18e0518d1ce1a8bf0605d883228e | |
parent | 051cdab68bc2da44ab661e4668c51fda9c67d380 [diff] |
BUG/MINOR: ssl: report the L4 connection as established when possible If we get an SSL error during the handshake, we at least try to see if a syscall reported an error or not. In case of an error, it generally means that the connection failed. If there is no error, then the connection established successfully. The difference is important for health checks which report the precise cause to the logs and to the stats.