azurecopy icon indicating copy to clipboard operation
azurecopy copied to clipboard

Invalid Trust relationship

Open funkysi1701 opened this issue 8 years ago • 1 comments

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

funkysi1701 avatar Oct 02 '17 15:10 funkysi1701

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

kpfaulkner avatar Oct 02 '17 21:10 kpfaulkner