mirror of
https://github.com/binwiederhier/ntfy.git
synced 2026-05-09 08:26:00 +02:00
[GH-ISSUE #1403] Certificate errors Android 6 #989
Labels
No labels
ai-generated
android-app
android-app
android-app
🪲 bug
build
build
dependencies
docs
enhancement
enhancement
🔥 HOT
in-progress 🏃
ios
prio:low
prio:low
pull-request
question
🔒 security
server
server
unified-push
web-app
website
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ntfy#989
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @username7291 on GitHub (Jul 26, 2025).
Original GitHub issue: https://github.com/binwiederhier/ntfy/issues/1403
Dont know if your Server uses a Certificate that dont exists in Android 6 or if it is another Bug. The App not work with default setting. Change the server to "http://ntfy.sh" make the app work for Text Messages. Images dont work, can´t downloaded cause it seems that this is internal catched again from https://. Accessing https://ntfy.sh from firefox works, too copy the url into firefox works. Click on "attachment.jpg" just open the browser with the url "attachment.jpg" without any server URL, means the browser of course cant find it. "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."
@wunter8 commented on GitHub (Jul 26, 2025):
The cert used by the web app is only supported back to Android 7.1.1. See here: https://letsencrypt.org/docs/certificate-compatibility/
@username7291 commented on GitHub (Jul 26, 2025):
If you know that the app dont work with Android <7.1.1 why its listed in the playstore as compatible to my Device and even Android 5.0? Lets say you cant fix that, what about to let the user change the image server to http(like the default Server) or why dont take the default server setting too for images and fix the link that is send to browser without the url?
@wunter8 commented on GitHub (Jul 27, 2025):
You're right that the Play Store listing should probably be updated. That would make ntfy completely unusable on your device, though.
It might be okay to make the image URLs use the default server URL instead of always using 'https'.
Are you attaching a local file? Or is this a URL attachment?
What button are you clicking on that is taking you the literal URL 'attachment.jpg'?
@binwiederhier commented on GitHub (Feb 1, 2026):
The latest version of ntfy Android updates the minimum requirement to Android 8. Android 8 was released 9 years ago.