Improve error messages for SSL connection failures

This now shows the underlying failure reason, and includes the server name.
This commit is contained in:
Kevin Easton
2019-01-16 23:54:59 +11:00
parent 6cf30d8ce1
commit 8072aea782
2 changed files with 13 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2.2]
* Improve error messages for SSL connection failures. (caf)
* Correctly handle reconnection after failure of SSL connection setup.
Reported by g0z. (caf)