Networking
The protocol that wraps data sent over TCP/IP in an encrypted channel after checking the other side's certificate.
Formal
A protocol running on top of TCP/IP that first checks the other side's identity through its digital certificate, agrees on shared secret keys, and then uses encryption to keep data private and unaltered in transit. It replaced the older SSL; version 1.3 is current.
In plain English
Like sending your letters in a locked, sealed case, after first checking the person receiving it is really who they claim to be.
In practice
A municipality's IT operations manager is warned that the TLS certificate on the citizen self-service site expires in ten days; she renews it, since otherwise citizens' browsers would show a security warning and many would give up.
Why it matters
Without it, anyone on the same wifi or along the route could read or change passwords and personal data as they pass.