Join our Newsletter — 33% off our NHI Course
Cyber Security

TLS

← Back to Glossary
By NHI Mgmt Group Updated August 24, 2026 Domain: Cyber Security

TLS, or Transport Layer Security, is the modern protocol that protects data in transit between clients and servers. It replaced SSL with stronger cryptography, better handshake design, and support for forward secrecy. TLS 1.2 remains widely accepted, while TLS 1.3 is the recommended default for most current enterprise and government use cases.

Expanded Definition

Transport Layer Security, or TLS, is the protocol that protects data in transit by encrypting network traffic and verifying the peer on the other end of the connection. In NHI environments, TLS is not just a web security feature; it is part of the trust boundary that protects API calls, service-to-service communication, and certificate-backed machine identities. The current baseline is generally TLS 1.2 or TLS 1.3, with TLS 1.3 preferred where compatibility allows. The distinction matters because TLS secures the channel, while certificates, keys, and identity policy determine who is allowed to use it.

Definitions vary across vendors when TLS is discussed alongside mutual TLS, certificate management, or workload identity federation, so practitioners should treat those as related but not interchangeable concepts. Standards guidance from the TLS 1.3 specification and operational guidance in the NIST Cybersecurity Framework 2.0 both support the same core point: encryption in transit only works when the endpoints, certificates, and revocation process are governed correctly. The most common misapplication is assuming TLS alone authenticates an NHI, which occurs when teams deploy encrypted endpoints without validating certificates, rotation, or trust anchors.

Examples and Use Cases

Implementing TLS rigorously often introduces certificate lifecycle overhead, requiring organisations to weigh stronger transport protection against operational complexity in renewal, validation, and trust distribution.

  • Service-to-service API traffic uses TLS so that secrets, tokens, and session data are not exposed on internal networks.
  • mTLS is used when both sides must prove identity, which is common for workload-to-workload authentication in zero trust architectures.
  • Short-lived certificates support automated NHI rotation, reducing the risk that a stolen private key remains usable for long periods.
  • TLS termination at load balancers or gateways protects the external path, but internal hops still need encryption where sensitive machine identities cross trust zones.
  • Certificate pinning or private trust stores are sometimes used in high-assurance environments, though Ultimate Guide to NHIs notes that visibility and rotation remain critical even when transport is encrypted.

Operational guidance from RFC 8446 matters here because strong cipher negotiation and handshake behavior only help when certificates are issued, stored, and revoked with discipline.

Why It Matters in NHI Security

TLS is central to NHI security because machine identities often rely on certificates, private keys, and automated trust chains that are easy to misconfigure at scale. If TLS endpoints are downgraded, terminated inconsistently, or left with weak certificate governance, attackers can intercept API traffic, impersonate services, or pivot laterally using stolen credentials. The security issue is broader than encryption alone: TLS also supports the integrity checks that make service authentication and policy enforcement reliable in distributed systems. NHIMG research shows that 79% of organisations have experienced secrets leaks, with 77% of those incidents causing tangible damage, and that 96% store secrets outside secrets managers in vulnerable locations, which makes transport protection only one part of the control stack. That is why NHI programs should pair TLS with certificate inventory, revocation, rotation, and endpoint identity validation, not treat it as a standalone safeguard. NIST guidance on identity assurance and zero trust reinforces that trust must be continuously verified, not assumed after the handshake. Organisations typically encounter TLS weaknesses only after an interception, expired certificate outage, or service impersonation event, at which point TLS governance becomes operationally unavoidable to address.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207), NIST SP 800-63 and NIST AI RMF set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
NIST CSF 2.0PR.DS-2Protects data in transit, which is the core purpose of TLS.
NIST Zero Trust (SP 800-207)SC-7Zero trust relies on secure, continuously validated transport between services.
OWASP Non-Human Identity Top 10NHI-05Certificate and key handling are central to NHI transport trust.
NIST SP 800-63AAL2Assurance principles inform how strongly a certificate-backed identity should be validated.
NIST AI RMFSecure infrastructure and trustworthy communications support AI system risk controls.

Encrypt NHI traffic in transit and verify channels protect sensitive machine-to-machine communications.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on August 24, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org