What is SSL pinning in flutter?

SSL-pinning allows you to pin a server’s key or a public key to the client . One of the most efficient ways to achieve this in mobile apps is embedding a trusted SSL certificate. This way we ignore the system storage and can manually specify which certificate is trustworthy.

Read more

What does SSL pinning do?

SSL pinning allows the application to only trust the valid or pre-defined certificate or Public Key . The application developer uses SSL pinning technique as an additional security layer for application traffic. As normally, the application trusts custom certificate and allows the application to intercept the traffic.

Read more