Skip to content

daemon/tls: send fatal error on failed handshake

Tomas Krizek requested to merge tls-alerts into master

If the TLS handshake process fatally fails (e.g. no matching cipher suite / cert), attempt to notify the client via a TLS alert.

Merge request reports