Authentication error with Azure backend from command line

Hi,

I’ve been using Azure BLOB storage as target for my backup for a couple of years. Now I want to try to access it from the command line, but get auth errors, even though I’m using the same storage URL as exported by the GUI. It’s on the form:

"azure://duplicati-h8....xu?auth-username=h8m...xu&auth-password=YuGS%2B...3D"

I get the following from the command-line:

ErrorCode:AuthenticationFailed
ErrorMessage:Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:1df9aba1-a01e-009b-1f1f-b2ed1d000000

Any suggestions on what to do?

You’ll need to escape some special characters. If this is a Windows system, try doubling up the % characters in your password.