Skip to content

daemon/tls: downgraded TLS logging to verbose

Marek Vavrusa requested to merge disable-tls-error-logs into master

Logging handshake and connection failures should be verbose, as it's not really a server failure if client errors, or uses a wrong SPKI pin to the certificate. It is however not ideal to flood logs.

Merge request reports