What is mTLS (mutual TLS)?

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ส.ค. 2024
  • Mutual TLS (mTLS) is a variation on transport layer security (TLS). Traditional TLS is the successor to the secure sockets layer (SSL) and is the most widely deployed standard for secure communication, most visibly in HTTPS.
    TLS establishes secure communication that is both confidential (resistant to eavesdropping) and authentic (resistant to tampering) between a server that needs to prove its identity to its clients.
    But, in situations where both parties need to prove their identity to each other-such as between microservices in a Kubernetes application-TLS isn’t sufficient. mTLS is used in cases where both parties must prove their identities to each other. mTLS extends the security provided by TLS by adding mutual authentication between the client and the server.
    Learn more: tetrate.io/lea...
    Get Demo: tetrate.io/dem...
    ▬▬▬▬▬▬ 📹 Related Videos 📹 ▬▬▬▬▬▬
    • What is an API Gateway? - What is an API Gateway?
    • What is Zero Trust? - What is Zero Trust?
    • How does tetrate compa... - Compare Tetrate vs Solo.io
    • What is ABAC (Attribut... - What is ABAC?

ความคิดเห็น • 1

  • @chinmaykar06
    @chinmaykar06 3 หลายเดือนก่อน

    And you think it is not important to mention here or in your article how encryption works in the case of mTLS? Are the server keys or clients keys used to encrypt the traffic once both parties have authenticated themselves? All that jazz or white noise in your article and you decide to omit the crucial piece of information.