SSL pinning

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
WildFrag
Posts: 1
Joined: Sun 09 Aug 2020 07:07

SSL pinning

Post by WildFrag » Sun 09 Aug 2020 07:11

can i implement ssl pinning is my android app for https?
key must be in app, no external files

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: SSL pinning

Post by ViktorV » Sat 15 Aug 2020 08:48

To solve the issue, you can use the TScHttpWebRequest.SSLOptions.OnServerCertificateValidation event handler.

Post Reply