Page 1 of 1

SSL pinning

Posted: Sun 09 Aug 2020 07:11
by WildFrag
can i implement ssl pinning is my android app for https?
key must be in app, no external files

Re: SSL pinning

Posted: Sat 15 Aug 2020 08:48
by ViktorV
To solve the issue, you can use the TScHttpWebRequest.SSLOptions.OnServerCertificateValidation event handler.