EAPTTLS
EAP-TTLS, short for Extensible Authentication Protocol-Tunneled Transport Layer Security, is an authentication method used within the Extensible Authentication Protocol framework. It establishes a secure TLS tunnel between the client and the authentication server, and then performs user authentication inside that tunnel using another method. This tunnel protects inner credentials from eavesdropping and interception during transmission.
In a typical implementation, the client validates the server’s TLS certificate to ensure the server’s identity,
Security and configuration considerations are central to EAP-TTLS deployments. Correct operation requires proper certificate validation and
See also: EAP, EAP-TLS, PEAP, LEAP, 802.1X, WPA-Enterprise, RADIUS.