Everything posted by lucas
- unable to sync enpass on android with my nas over webdav
-
unable to sync enpass on android with my nas over webdav
Edit: I have disabled cloudflare but it doesn't work. It syncs only for a day and then it stops working. (while other webdav apps work fine) Can you please provide some guidance? @Vinod Kumar
-
jakarta httpclient 3.1
@Vinod Kumar thanks! I opened a new post here:
-
unable to sync enpass on android with my nas over webdav
My config is the following: [nas running seafile with webdav extension] + nginx https letsencrypt as reverse proxy --> the world Syncing my desktop client (archlinux x64) works fine, no problem at all. But when it comes to android here I do have a (big) problem. The first sync is correctly done, my db is on the phone. But after that, every time I open Enpass I got an error -119 couldn't connect to cloud service. Of course, my nas and seafile are up and running because I can access them. So I tried to look into logcat and I found the following issue: W/HttpMethodBase(1735): Cookie rejected: "$Version=0; __cfduid=$TOKEN; $Path=/; $Domain=.MYDOMAIN.eu". Illegal domain attribute ".MYDOMAIN.eu". Domain of origin: "MYDOMAIN.eu" Strangely enough, if I try to setup the dav folder with Solid Explorer I can see the same problem on the logs. But if I try to mount the dav folder using total commander + webdav plugin then everything works fine. My guess is that there is a problem with the jakarta httpclient library because also with solid explorer I was getting the same error with the same user agent (3.1)
-
jakarta httpclient 3.1
@Vinod Kumar thanks! Is there any ETA for that? Because I'm having trouble syncing enpass on android with my nas (most likely due to this lib because with total commander+webdav plugin everything works out of the box)
-
jakarta httpclient 3.1
I was debugging my nexus 5 and I saw by chance that Enpass while syncing to my nas over webdav is using jakarta httpclient 3.1 As stated here[1] the library is no longer being developed. Are you planning to replace it? [1] https://hc.apache.org/httpclient-3.x/
-
Increase PBKDF Iterations...
And are you using SHA1 as hash func? Any plan to change it?
-
Increase PBKDF Iterations...
@Vinod Kumar AFAIK sqlcipher doesn't allow to change the number of iterations. How are you planning to achieve that? By changing the enc/dec engine?