diefferson / http_certificate_pinning

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

Fixed fingerprint error due to internet connection #53

Closed LMarsol closed 8 months ago

LMarsol commented 9 months ago

Fixed #40 with solution proposed by @Exzhnik

lmanerich commented 9 months ago

Thanks @LMarsol @diefferson any chance to approve this?

diefferson commented 9 months ago

This PR contains only Android code, @LMarsol Do you are able to implement it on iOS too?

LMarsol commented 9 months ago

Hey @diefferson ,

On iOS the following exception is thrown when the user has no internet connection: PlatformException(URL Format, The Internet connection appears to be offline., null, null).