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

android first connection returns 'exception' and subsequent call returns 'connection secure'

sckumar opened this issue · comments

Thanks for the plugin. I am using version 6.0.0.
In android, the very first connection throws exception in the method "con.connect()" and goes to 'connection not secure' and the subsequent calls returns 'connection is secure' even though the self signed certificate installed and intercepted the request.

Proxy tool: Proxyman
Android device: Samsung galaxy m31s
Android version: 10.0

The same is working fine in iOS.