diefferson / http_certificate_pinning

Https Certificate pinning for Flutter
Apache License 2.0
83 stars 70 forks source link

CertificateCouldNotBeVerifiedException in Internet Connectivity is Weak #67

Open rakesh0689 opened 2 weeks ago

rakesh0689 commented 2 weeks ago

version : 2.1.3 Issue in : Android & iOS

I am using this plugin in my app, the users are facing a strange issue where in when the app is being used in an area where the internet connectivity is weak, then "CertificateCouldNotBeVerifiedException: Unable to verify certificates" is being thrown. When they are using their LTE/5G connection but when they switch to WiFi or another connection having strong reception then issue is not there. But when this exception occurs in my app, then they take other app having some other natively implemented SSL pinning and they are able to use that app. My users are having the complaint that the other apps dont have such connectivity issue oly my app when in low network areas. Is there any solution for this? Any help on how to solve this would be highly appreciated.