kpfaulkner / azurecopy

copy blobs between azure, s3 and local storage
Apache License 2.0
36 stars 13 forks source link

Invalid Trust relationship #30

Open funkysi1701 opened 7 years ago

funkysi1701 commented 7 years ago

I am using the following command

azurecopy -list https://s3-eu-west-1.amazonaws.com/bucketname

But I am getting the error

A WebException with status TrustFailure was thrown. ---> System.Net.WebException: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel. ---> System.Security.Authentication.AuthenticationException: The remote certificate is invalid according to the validation procedure.

Is this a bug or I am running the command wrong?

azurecopy -list for Azure is working fine so I am guessing the azure parts of my config are correct

kpfaulkner commented 7 years ago

Hi

Can you confirm that the settings:

are in your config file correctly?

Also, can you try the command:

azurecopy -list https://bucketname.s3-eu-west-1.amazonaws.com

?

Thanks

Ken