EddyVerbruggen / SSLCertificateChecker-PhoneGap-Plugin

:passport_control: Prevent Man in the Middle attacks with this Cordova plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSLCertificateChecker stopped working in lower version of Android

raku1089 opened this issue · comments

Breaking application flow in lower version of android .
App is working perfectly fine with Android 10 and suddenly stopped working in lower version of androids.
lower version apps goes in errorCallback all the time .

window.plugins.sslCertificateChecker.check(
          successCallback,
          errorCallback,
          server,
          fingerprint);

NOTE - app is using Cordova plugins.
Thanks in advance for your support .