DokuwikiAndroid icon indicating copy to clipboard operation
DokuwikiAndroid copied to clipboard

Java security Cert issue

Open LuWoody opened this issue 4 years ago • 5 comments

Is there any problem with an self signed server https certificate? (CA Root Cert is imported, and the dokuwiki webpage is trusted in Chrome)

Error log message in the app:

Back one page in history

page test loaded from local db

page test not in local db, get it from server

XmlRpc call wiki.getPageHTML error: org.apache.xmlrpc.XmlRpcException: Failed to read server's response: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.

LuWoody avatar Mar 09 '20 23:03 LuWoody

I have the same issue.

Frogging101 avatar Jul 20 '20 03:07 Frogging101

I'll need to try and reproduce this issue ... maybe a setup in the network libs I'm using

fabienli avatar Jul 21 '20 19:07 fabienli

That would be great! I have the same error with an let's Encrypt certificate and https reverse proxy; maybe this information is helpful

LuWoody avatar Jul 21 '20 19:07 LuWoody

I have the same error, even when using my own rootCA which is already installed on the phone and works in the browser. No error is shown on sync, but when re-opening the the app, it displays

Page was not found on your dokuwiki: either there's an error while connecting to the server, or the page doesn't exist.
If the page 'start' doesn't exist, do you want to create it?

together with a create button. Clicking on "Display online page" goes to the correct page (start) without errors.

Chewie9999 avatar Apr 29 '21 22:04 Chewie9999

might be dupe with #106

fabienli avatar Aug 29 '24 12:08 fabienli