SSL/TLS pinning is a security technique that helps protect against man-in-the-middle attacks by ensuring that the client (e.g. a mobile app) only trusts the server if it presents the expected certificate. In SSL/TLS pinning, the public key of a certificate is embedded into the client. In this blog post, we'll go over …
Read More