phpbg / easysync

Synchronize your android phone/tablet with your DAV server, the easy way.
MIT License
105 stars 6 forks source link

App won't accept let's encrypt signed certificate. #35

Closed Windree closed 5 months ago

Windree commented 6 months ago

Connecting self hosted owncloud dav server cause trust ancors for certification path not found error when let's encrypt certificate used. IMG_20240520_204856

Installing let's encrypt root ca have no effect. Tried to restart app after installing.

Smartphone (please complete the following information):

phpbg commented 6 months ago

Hi, my own server is using a certificate from let's encrypt without any problem.

Please report back if you manage to fix your issue, otherwise show us your server configuration.

Windree commented 5 months ago

Thank you pointing me to the answer. The problem was in certificate. My nginx used cert.pem, that contains only issued certificate. After it was replaced with fullchain.pem, that contains all certificates in chain up to the root, everything works fine!

Thank you very much for your answer and sync client! Hugs!