SMTP reference

TLS handshake failures on outbound SMTP

RFC 3463connectionaction: retry

A TLS handshake failure means the connection opened but encryption could not be negotiated. Occasional failures are normal. A failure rate concentrated on one destination or one IP range is almost never a certificate problem, it is a reputation problem being expressed at the transport layer.

This one is worth internalising. A near-total TLS failure rate against a single provider from a single IP range looks exactly like a configuration bug and is usually reputation damage. The diagnostic that separates them is comparing separated egress paths to the same destination, which is only possible if the estate was built with that separation in the first place.

What it looks like in the log

TLS handshake failed
Cannot start TLS: handshake failure
SSL routines: ssl3_read_bytes: sslv3 alert handshake failure

Why it happens

What to do

Related

4.4.1 · 5.7.606

Classifying this automatically

This response maps to connection with a recommended action of retry in smtpsift, an open-source classifier for SMTP rejections and deferrals.