PhilippC / keepass2android

Password manager app for Android
https://play.google.com/store/apps/details?id=keepass2android.keepass2android
GNU General Public License v3.0
4.79k stars 387 forks source link

HTTP 1.1 code=451 #655

Open ghost opened 5 years ago

ghost commented 5 years ago

Whenever I try to connect to my database through my webdav I get the HTTP error code 451.

When inserting my webdav address, I use: name.domain:port/folder/database.kdbx

the same for key: name.domain:port/folder/keepass.key

I know my credentials are correct and can access my webdav using other apps.

Any idea? Thanks

PhilippC commented 5 years ago

please specify protocol (http/https) and maybe try with http(s)://name.domain:port/folder/ (including the trailing slash)

ghost commented 5 years ago

I did try with HTTPS:// but had no luck either.

PhilippC commented 5 years ago

and how about trying to use a folder name (with trailing slash)?

ghost commented 5 years ago

I have tried all of these paths

name.domain:port/folder/keepass.kbdx name.domain:port/folder/ name.domain:port/folder https://name.domain:port/folder/keepass.kbdx https://name.domain:port/folder/ https://name.domain:port/ https://name.domain:port

When I try to connect using the full file path, I get an error pointed in this tread title, as the next screenshot shows. screenshot_20190125-000250

When I try to connect using only a folder name it shows the following image. screenshot_20190125-000806

So, I select any of the lines shown and it goes to the password screen. After that I use my password and the first error repeats again.

ouzowtf commented 5 years ago

Is this a personal storage (own server, ownCloud, Nextcloud, ...) or common cloud storage? Which one?

And http code 451 is an error code for Unavailable For Legal Reasons.

ghost commented 5 years ago

This is a personal local server with webdav enabled. When I access my files using the server web page or using the File Manager app, it works with no issues, either locally or remotely.

ghost commented 5 years ago

Sorry. I missed informing It is a Asuswrt webdav server.