Brandenvii← Dictionary
Technology · TECHNOLOGY

SSL

also called TLS, HTTPS, certificate

Meaning

The certificate and protocol that encrypt traffic between browser and server.

Base Meaning

The padlock. Encrypts the connection.

In the BWH map, SSL lives under Technology — Security. Stated plainly: the certificate and protocol that encrypt traffic between browser and server.

It is a mechanism rather than an opinion: set up properly it behaves predictably, and set up badly it fails just as predictably. Keep it that plain and it will still be true in twelve months.

In practice, SSL shows up in build decisions, tooling and the plumbing behind a working system. It is usually discussed together with HTTPS, Hosting and Security. The practical test is whether it is configured, documented and actually working.

SSL is one of those items that only becomes visible when it is missing. When it is unclear, small technical debts compound into a rebuild. It is worth pinning down before anyone builds on top of it.

Explain It Like I'm Five

Think of plumbing. Nobody admires it, everybody notices when it leaks. The padlock. Encrypts the connection.

How the meaning shifts depending on who is using it, and where.

INDUSTRY

Practitioners use SSL as shorthand and expect no explanation — the certificate and protocol that encrypt traffic between browser and server.

PLAIN

Outside the industry, most people would just say: the padlock. Encrypts the connection.

Keep SSL plain: the padlock. Encrypts the connection. That is the version that holds up in a real project.

#Technology#Security#HTTPS#Hosting