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
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