-
Notifications
You must be signed in to change notification settings - Fork 30
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
Trust anchor for certification path not found when trying to connect via https #46
Comments
Afaik, this happens because Android is missing the root cert of LE. |
Nop, even downloading the cert and installing it on android works. Now the error doesn't pops up, but... nothing. The app doesn't start either. PS: I can create an account for you to test if you want to dig in... |
I got a new certificate from Let's Encrypt which resolved this for me. It would seem that self sign certs are just trouble. |
I was able to correct this error by installing an intermediate certificate on my apache server. See this page for instructions on how to do that. |
This looks like a duplicate of #25, which I'm still having problems with ☹ |
Hi there,
After reinstalling the custom ROM on my mobile device (same ROM, new version) passman alpha stopped working properly. If I recall correctly, it did work just fine before.
The fact is, I can't connect to my NC via HTTPS, HTTP connects just fine.
I have a dockerized NC with and one apache reverse proxy with the Let's Encrypt certs. Usual nextcloud clients and web is working as expected, even other apps like notes, calendars, contacts, etc... just passman fails to connect.
The error it gives is:
Network error: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
Don't know how to debug more to give you something to see. By the way, you can see my let's encrypt certificate on https://cloud.docampo.net
Best,
Angel
The text was updated successfully, but these errors were encountered: