Open ranweiler opened 3 years ago
Possible related issue: https://github.com/Azure/azure-storage-azcopy/issues/1122
Found similar error while fuzzing on internal instance. Job id: d9456762-ef4b-453b-a96e-7b59dd1e554d
##[error][2022-06-30T00:50:22.153Z] HTTP error status (status: 403, body: "\u{feff}<?xml version=\"1.0\" encoding=\"utf-8\"?><Error><Code>AuthenticationFailed</Code><Message>Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.\nRequestId:de5f0982-201e-002a-151b-8cc536000000\nTime:2022-06-30T00:50:22.1653706Z</Message><AuthenticationErrorDetail>Signed expiry time [Thu, 30 Jun 2022 00:49:42 GMT] must be after signed start time [Thu, 30 Jun 2022 00:50:22 GMT]</AuthenticationErrorDetail></Error>")
@jagunter - the added comment is not related to the original bug. But the bug that you are describing is fixed this PR: https://github.com/microsoft/onefuzz/pull/2116
azcopy
failed to sync aninputs
container, after receiving a 403 response from the storage service.Logs:
Note the validity period in the query params:
But the server time is given as
24 Oct 2021 06:27:21 GMT
, so this doesn't seem to be about a stale SAS URL.AB#35954