I'm getting below error when using --no-check-certificate
NOTICE: Failed to ls: operation error S3: ListBuckets, https response error StatusCode: 501, RequestID: 5214-241028215430, HostID: , api error NotImplemented: The requested action is not implemented
Run the command 'rclone version' and share the full output of the command.
rclone v1.68.1
os/version: Microsoft Windows Server 2019 Standard 1809 (64 bit)
os/kernel: 10.0.17763.6414 (x86_64)
os/type: windows
os/arch: amd64
go/version: go1.23.1
go/linking: static
go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
s3. (nasuni s3 edge, the edge appliance have self-signed certificate)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone ls nasuni: --no-check-certificate
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[nasuni]
type = s3
provider = Other
access_key_id = XXX
secret_access_key = XXX
endpoint = https://100.120.12.105/s3/
A log from the command that you were trying to run with the -vv flag
2024/10/29 03:14:18 DEBUG : rclone: Version "v1.68.1" starting with parameters ["rclone" "ls" "nasuni:" "--no-check-certificate" "-vv"]
2024/10/29 03:14:18 DEBUG : Creating backend with remote "nasuni:"
2024/10/29 03:14:18 DEBUG : Using config file from "C:\\Users\\xxx1\\AppData\\Roaming\\rclone\\rclone.conf"
2024/10/29 03:14:20 DEBUG : 2 go routines active
2024/10/29 03:14:20 NOTICE: Failed to ls: operation error S3: ListBuckets, https response error StatusCode: 501, RequestID: 5212-241029151420, HostID: , api error NotImplemented: The requested action is not implemented.
This is working fine using CyberDuck. I get the option to skip with certificate. And same command if I use without --no-check-certificate I get below error:
"Failed to ls: operation error S3: ListBuckets, exceeded maximum number of attempts, 10, https response error StatusCode: 0, RequestID: , HostID: , request send failed, Get "https://xxxxxx/s3/?x-id=ListBuckets": tls: failed to verify certificate: x509: certificate signed by unknown authority"
both the commands not skipping the certificate check, and same error. "tls: failed to verify certificate: x509: certificate signed by unknown authority"
so when I add --no-check-certificate it gives error, tried all combimation.
501, RequestID: 5214-241029181438, HostID: , api error NotImplemented: The requested action is not implemented
2024/10/30 03:57:17 NOTICE: Automatically setting -vv as --dump is enabled
2024/10/30 03:57:17 DEBUG : rclone: Version "v1.68.1" starting with parameters ["rclone" "ls" "nasuni:" "--no-check-certificate" "--s3-no-check-bucket" "--dump" "headers"]
2024/10/30 03:57:17 DEBUG : Creating backend with remote "nasuni:"
2024/10/30 03:57:17 DEBUG : Using config file from "C:\Users\jebin.pk1\AppData\Roaming\rclone\rclone.conf"
2024/10/30 03:57:17 DEBUG : nasuni: detected overridden config - adding "{Dn7qA}" suffix to name
2024/10/30 03:57:17 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2024/10/30 03:57:17 DEBUG : You have specified to dump information. Please be noted that the Accept-Encoding as shown may not be correct in the request and the response may not show Content-Encoding if the go standard libraries auto gzip encoding was in effect. In this case the body of the request will be gunzipped before showing it.
2024/10/30 03:57:17 DEBUG : fs cache: renaming cache item "nasuni:" to be canonical "nasuni{Dn7qA}:"
2024/10/30 03:57:17 DEBUG : >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2024/10/30 03:57:17 DEBUG : HTTP REQUEST (req 0xc000376500)
2024/10/30 03:57:17 DEBUG : GET /s3/?x-id=ListBuckets HTTP/1.1
Host: 100.120.12.105
User-Agent: rclone/v1.68.1
Accept-Encoding: identity
Amz-Sdk-Invocation-Id: 2db88cf8-d9cc-4727-baaf-7a34515fbeb4
Amz-Sdk-Request: attempt=1; max=10
Authorization: XXXX
X-Amz-Content-Sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
X-Amz-Date: 20241030T075717Z