Hi, I just started a trial of Duplicacy GUI running on Windows 10. I am currently using Duplicati with minio and have it working successfully but I’d like to see if Duplicacy can replace it. However, I am having trouble configuring Duplicacy to work with my minio server. My minio server is running on another computer on the network and is secured using a self-signed certificate. This is working in Duplicati. In Duplicati I have the accept-any-ssl-certificate advanced option set.
Here is what I entered for Duplicacy config:
Region: default
Endpoint: 192.168.1.45:9001
Bucket: TestBucket
Directory: TestDirectory
Access ID: ABC
Access key: DEF
The Access ID and key are copied and pasted from my Duplicati config. I have tried with the Use TLS checkbox checked and unchecked.
When checked, I get “ERROR RequestError: send request failed” when I try to go to the next setup screen.
When Use TLS is unchecked, I get to the next screen where I enter a Repository ID and storage password. I enter these values and click Done and then get “ERROR Failed to configure the storage: Forbidden: Forbidden”.
I looked around on the machine for a log file that might have more detail on the error but couldn’t find one. I’m not sure what I’m doing wrong here. Could someone point me in the right direction?
Thanks very much!