this post was submitted on 03 Jul 2023
4 points (100.0% liked)

Thunder App

2794 readers
1 users here now

An open-source, cross-platform Lemmy client for iOS and Android.

This community is intended to discuss features and feature suggestions for Thunder; as well as friendly, respectful talks about Lemmy in general.

Please use the GitHub repository linked below to submit bug reports, so keeping track of them is easier, and make sure to search first if you already can find an issue for your report.

If there are any developers who would like to contribute, feel free to reach out on GitHub!

General Links
Website: Link
GitHub Repository: Link
Matrix Space: Link

Android Releases
IzzyOnDroid: Link
Google Play: Link

iOS Releases
Apple App Store: Link
TestFlight Beta: Link

Related Communities
Nightly Community: Link

founded 1 year ago
MODERATORS
 

On my old Android device, it doesn’t load feed and I can’t log in. It gives this error message:

HandshakeException: Handshake error in client (OS Error: CERTIFICATE_VERIFY_FAILED: certificate has expired(handshake.cc:393))

You can also read this:

https://github.com/dart-lang/http/issues/627

screenshot

top 3 comments
sorted by: hot top controversial new old
[–] nottheengineer@feddit.de 2 points 1 year ago (1 children)

That error is due to android 7, not the app. Upgrading is the only way to get rid of it, anything else would turn an insecure device into a massive security hole.

[–] metehan@lemmy.world 1 points 1 year ago

Yes, it’s related with OS model. I searched a bit on StackOverFlow and GitHub, but the articles I came across were too technical. I've already added a link to an issue I found on GitHub about this above.

But at least a warning dialog about this problem can be added to the app. Or the app support for devices under Android 8 can be discontinued directly.

[–] darklightxi@lemmy.world 1 points 1 year ago

Are you by any chance using Adguard or any user-installed certificates? There could be an issue with Adguard with HTTPS filtering enabled. This is the associated GitHub issue: https://github.com/hjiangsu/thunder/issues/178