x0b / rcx

Rclone for Android
https://x0b.github.io
GNU General Public License v3.0
1.71k stars 153 forks source link

Self signed certificate #126

Open finzzz opened 3 years ago

finzzz commented 3 years ago

What version of RCX are you using (About -> App version)?

1.11.4

What is your Android version, phone model and manufacturer?

Pixel 4

Which steps are required to reproduce this issue?

Connect to self-signed https webdav

x0b commented 3 years ago

If I remember correctly, we did some preliminary work in that direction due to the Letsencrypt/Android root problems. Since that situation has been resolved, we did not proceed further.

However, that research was mostly about self-signed CAs / chains, not stand-alone self-signed ca certificates. Support for stand-alone certificates would probably need to use the global --ca-cert flag. At the moment, global flags are completely global - i.e. it would apply to every command and remote. Not sure if this affects other valid certs/servers. I'll have to do some tests and think about this.

Sellig28 commented 3 years ago

Hi, It's not working with self-signed certificate. All my Android device have a certificate authorithy in user store. It's working for exemple with brave or caldav application like davx. Is it possible to use user store and check CA self-signed certificate? Thx

Édit: i see your link. Select a CA self-signed certificate is ok too like owntracks do.