Skip to content
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

Help with handelling <InterruptedException> in CertificateTransparencyBase class #119

Open
dsatija opened this issue Jul 18, 2024 · 2 comments

Comments

@dsatija
Copy link

dsatija commented Jul 18, 2024

Hi @mattmook , we are facing the same issue as #48.
Getting this error :
Unable to load log servers with log-list.zip failed to load with kotlinx.coroutines.JobCancellationException
Here's the error :
E/CertificateTransparencyManager: Certificate transparency failed for host : y.x.com with result: Failure: Unable to load log servers with log-list.zip failed to load with kotlinx.coroutines.JobCancellationException: Parent job is Cancelling; job=BlockingCoroutine{Cancelled}@5bb23e7 Caused by: java.lang.InterruptedException at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source:159) at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source:3) at com.appmattus.certificatetransparency.internal.verifier.CertificateTransparencyBase.hasValidSignedCertificateTimestamp(CertificateTransparencyBase.kt:7) at com.appmattus.certificatetransparency.internal.verifier.CertificateTransparencyBase.verifyCertificateTransparency(CertificateTransparencyBase.kt:77) at

Could you suggest what can be done here ? We need to handle it in some way since its causing our crashlytics blow up . Thankyou for your work !

Originally posted by @dsatija in #48 (comment)

@dsatija
Copy link
Author

dsatija commented Jul 23, 2024

@mattmook this is a blocker for us for rolling this feature out. Will appreciate any pointers you have. Thanks!

@UmerTaptap
Copy link

hi, how to stop a request if we get SCT not enable status?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants