Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Listener: Fixed misleading logged error message on TLS handshake
The default error messages in the Network domain call the peer "server" and the local process "client", which is backwards. This results in misleading error logs when a TLS handshake fails, like "server rejected the client TLS certificate" when actually it's the other way around! Fixed this by simply swapping the strings "client" and "server" when logging errors in the Network domain when establishing a connection.
- Loading branch information