1

We are using Mobilefirst 7.1 for hybrid application. We have implemented certificate pinning in the application. The certificate got expired and we replaced it with the new one. But the application is taking old certificate from Application cache and it is blocking the application to connect to server. After we remove the app cache and app data the application is working fine. Kindly suggest any solution for this?

mike
  • 1,233
  • 1
  • 15
  • 36
Arun Punnath
  • 121
  • 5

1 Answers1

0

Can you check if you have kept the same public key as before. Otherwise you will have to release a new version with the renewed certificate. Check this link for further details

Community
  • 1
  • 1
  • We haven't kept the same public key. So we replaced the existing key with new public key. So when the application is downloaded from play store or app store. It is taking the certificate from cached data. – Arun Punnath Feb 17 '17 at 03:07