Hello,
I has installed openmediavault s3 plugins and setup done.I also create free ssl for s3.
When I transfer file from linux client to s3 storage.It's got error message.
QuoteDisplay Moreroot@nas:~# rclone --size-only copy /srv/dev-disk-by-uuid-789829fb-24ed-4056-9a73-f8f5742b5975/KH-Tech/ aspa:aspa-nas
2023/12/21 10:37:05 ERROR : : error reading destination directory: RequestError: send request failed
caused by: Get "https://st1.aspa.idv.tw:9000/aspa-nas?delimiter=%2F&encoding-type=url&max-keys=1000&prefix=": http: server gave HTTP response to HTTPS client
2023/12/21 10:37:05 ERROR : Attempt 1/3 failed with 1 errors and: RequestError: send request failed
caused by: Get "https://st1.aspa.idv.tw:9000/aspa-nas?delimiter=%2F&encoding-type=url&max-keys=1000&prefix=": http: server gave HTTP response to HTTPS client
2023/12/21 10:37:05 ERROR : : error reading destination directory: RequestError: send request failed
caused by: Get "https://st1.aspa.idv.tw:9000/aspa-nas?delimiter=%2F&encoding-type=url&max-keys=1000&prefix=": http: server gave HTTP response to HTTPS client
2023/12/21 10:37:05 ERROR : Attempt 2/3 failed with 1 errors and: RequestError: send request failed
caused by: Get "https://st1.aspa.idv.tw:9000/aspa-nas?delimiter=%2F&encoding-type=url&max-keys=1000&prefix=": http: server gave HTTP response to HTTPS client
2023/12/21 10:37:05 ERROR : : error reading destination directory: RequestError: send request failed
caused by: Get "https://st1.aspa.idv.tw:9000/aspa-nas?delimiter=%2F&encoding-type=url&max-keys=1000&prefix=": http: server gave HTTP response to HTTPS client
2023/12/21 10:37:05 ERROR : Attempt 3/3 failed with 1 errors and: RequestError: send request failed
caused by: Get "https://st1.aspa.idv.tw:9000/aspa-nas?delimiter=%2F&encoding-type=url&max-keys=1000&prefix=": http: server gave HTTP response to HTTPS client
2023/12/21 10:37:05 Failed to copy: RequestError: send request failed
caused by: Get "https://st1.aspa.idv.tw:9000/aspa-nas?delimiter=%2F&encoding-type=url&max-keys=1000&prefix=": http: server gave HTTP response to HTTPS client
I make sure https://st1.aspa.idv.tw:9000 ssl is okay.How to fix it?