SSL pinning
- 19 Oct 2024
- 1 Minute to read
- DarkLight
SSL pinning
- Updated on 19 Oct 2024
- 1 Minute to read
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
The SSL pinning feature verifies the public keys of servers before allowing communication.
Mobile Authenticator Studio can be configured to enable the SSL pinning feature. A list of accepted public key of certificates is embedded inside the application, and any HTTPS request to a host that is not pinned will be refused.
Embedding the server's public key in your mobile application ensures that you can update your SSL certificate with the same private key without breaking the application.
Was this article helpful?