Topic

mTLS with Python
Date: Jan. 13, 2022, 6 p.m.

While TLS is foundational to our security and privacy on the internet, Mutual TLS (mTLS) takes TLS to a new level by allowing both client and server to authenticate each other. This talk will provide a brief overview of TLS, describe how mTLS builds upon TLS, will show a practical Python example of how mTLS works, and discuss how service meshes and other technologies use mTLS to secure communication between services.