Pectojin / duplicati-client

A command line client for controlling the Duplicati Server
GNU Lesser General Public License v2.1
75 stars 20 forks source link

Problem with login via Cloudflare tunel #36

Open mr-flibble opened 1 year ago

mr-flibble commented 1 year ago

Hello, I have Duplicati behind cloudflare tunel with with some Access policies.

In order to do Duplicati login, I created a cloudflare exception to allow the IP address - it works. I connect to the Duplicate page both with a browser and get the content via wget (StatusCode 200 is returned) But duplicati_client.exe won't connect for some reason and returns a 503 error

Problem:

duplicati_client.exe login https://duplicati_my-domain.com --password secretpaswword Connecting to https://duplicati_my-domain.com:443... Server is not responding. Is it running? Code: 503

I'm pretty sure that the problem shouldn't be on the cloudflare configuration side (otherwise wget shouldn't work either), but I don't know where the problem is. Maybe some TLS or HTTP/2 problem?