-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"SSL error: The certificate authority is not trusted" opening web view with proguard enabled #124
Comments
I've been investigating this myself as well. I see the following whenever I open a webview:
|
Hi @jmarnold did you find the solution for this issue ? |
i am facing the same issue |
Hi, I've faced with the same issue..., tried the latest version of the library |
@Sar777 i was able to resolve this by adding below in proguard file: -keep class com.appmattus.certificatetransparency.internal.verifier.CertificateTransparencyTrustManagerExtended { public ;} |
Getting the error "SSL error: The certificate authority is not trusted" in my react-native android project when opening any url in a webview. It only happens when proguard is enabled. I tried adding the following suggested in #41 to my proguard-rules file, but that didn't change anything.
-keep class com.appmattus.certificatetransparency.internal.verifier.CertificateTransparencyTrustManager { *; }
I'm getting a slightly different error so I'm not sure they are related. Any help would be appreciated. Thanks
The text was updated successfully, but these errors were encountered: