TLS
- Error strings were being constructed incorrectly. - Client-side handshake errors were treated as recoverable. - TLS errors were being displayed as debug messages, not errors.
This commit is contained in:
@@ -337,7 +337,7 @@ bool CmdSync::send (
|
||||
|
||||
catch (std::string& error)
|
||||
{
|
||||
context.debug (error);
|
||||
context.error (error);
|
||||
}
|
||||
|
||||
// Indicate message failed.
|
||||
|
||||
Reference in New Issue
Block a user