ssl_pinning_plugin
ssl_pinning_plugin copied to clipboard
SSL Pinning Plugin Flutter
Updated build.gradle to upgrade kotlin version to 1.9.10
We have implement ssl pinning web server `https://test.link.com` It will automatically renew the certificate in (one year) when certificate expired. is there any way to re new ssl pining in...
I got this log in firebase crashlytics. SslPinningPlugin.java com.macif.plugin.sslpinningplugin.SslPinningPlugin.handleCheckEvent Triggered ANR - Root blocking main (waiting): tid=1 systid=7551 _at sun.misc.Unsafe.park(Unsafe.java)_ _at java.util.concurrent.locks.LockSupport.park(LockSupport.java:190) at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1723) at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3446) at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1752) at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1923)_...
My dartlang application performs network requests like this: ```dart Future streamToBytes(Stream stream) => stream .fold(new BytesBuilder(), (BytesBuilder bytesBuilder, List bytes) { bytesBuilder.add(bytes); return bytesBuilder; }).then((BytesBuilder bytesBuilder) => bytesBuilder.takeBytes()); final HttpClient...
From the description of the package is not clear if the SHA-256 fingerprint can also be the SHA-256 of the public key of the certificate. I was wondering if this...
I got this error when check ssl pinning ssl_pinning_plugin: 1.4.0 Android 6.0 or earlier [ERROR:flutter/shell/platform/android/platform_view_android_jni_impl.cc(43)] java.lang.NoClassDefFoundError: com.macif.plugin.sslpinningplugin.SslPinningPlugin$handleCheckEvent$get$1 E/flutter (15888): at com.macif.plugin.sslpinningplugin.SslPinningPlugin.handleCheckEvent(SslPinningPlugin.kt:78) E/flutter (15888): at com.macif.plugin.sslpinningplugin.SslPinningPlugin.onMethodCall(SslPinningPlugin.kt:57) E/flutter (15888): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:233) E/flutter...
I/System.out( 6497): (HTTPLog)-Static: isSBSettingEnabled false I/System.out( 6497): (HTTPLog)-Static: isSBSettingEnabled false I/System.out( 6497): (HTTPLog)-Static: isSBSettingEnabled false I/System.out( 6497): (HTTPLog)-Static: isSBSettingEnabled false
We are facing the crash since yesterday on live application. Please check the logs @us3soap @adsellor - Operating system Version: 6.0.1 - Plugin version: 1.5.0 Fatal Exception: java.lang.NoClassDefFoundError: c.f.a.a.a$c at...