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

Does not work for Android 4.4.2

TejendraGarge opened this issue · comments

I am facing the issue with Kitkat 4.4.2.
It gives following error:
CONNECTION_FAILED Details: SSL handshake aborted: ssl=0x646455e0: I/O error during system call; Connection reset by peer.

For OS above 4.4.2, it goes inside successCallback() function with a message Connection_Secure.
But for 4.4.2, it goes inside errorCallback() function.
Kindly suggest / do the needful.