diefferson / http_certificate_pinning

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

Implementing SSL Pinning with Flutter GraphQL #29

Open serpentarius-hollow opened 2 years ago

serpentarius-hollow commented 2 years ago

Hi there,

I'm trying to implement SSL Pinning using your library with another library called graphql_flutter. The issue is gqlClient always returned connection secure even if the allowedSHAFingerprints is not valid.

Here's my stackoverflow question to help you see my code: link

Thank you.