Mender-Client failed to update deployment status

after getting storage_proxy to work i do now get another behaviour from the client:

Jul 15 13:55:23 qemux86-64 mender-update[334]: record_id=1045 severity=info time="2025-Jul-15 13:55:23.080686" name="Global" msg="Deployment with ID 46e2d6fe-049b-4a88-96c2-ac220014375e started."
Jul 15 13:55:23 qemux86-64 mender-update[334]: record_id=1046 severity=info time="2025-Jul-15 13:55:23.096298" name="Global" msg="Sending status update to server"
Jul 15 13:55:23 qemux86-64 mender-update[334]: record_id=1047 severity=warning time="2025-Jul-15 13:55:23.357163" name="http_resumer:client" msg="bad version: GET https://x.x.x.x.sslip.io/mender-server-459007-mender-storage-dev/7e888ca6-957e-4b65-9a8e-cac181fa222a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOGLXXXXXXXX%2F20250715%2Feurope-west3%2Fs3%2Faws4_request&X-Amz-Date=20250715T135523Z&X-Amz-Expires=86400&X-Amz-Signature=d9a314bc9b788e7a0b2cac1e8821ca06e04243a242c69cfdebf02e413834f847&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B+filename%3D%22pdncrash.log.mender%22&response-content-type=application%2Fvnd.mender-artifact&x-id=GetObject: "
Jul 15 13:55:23 qemux86-64 mender-update[334]: record_id=1048 severity=info time="2025-Jul-15 13:55:23.359578" name="http_resumer:client" msg="Resuming download after 60 seconds"
Jul 15 13:56:27 qemux86-64 mender-update[334]: record_id=1049 severity=warning time="2025-Jul-15 13:56:27.959440" name="http_resumer:client" msg="bad version: GET https://x.x.x.x.sslip.io/mender-server-459007-mender-storage-dev/7e888ca6-957e-4b65-9a8e-cac181fa222a?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOGLXXXXXXXX%2F20250715%2Feurope-west3%2Fs3%2Faws4_request&X-Amz-Date=20250715T135523Z&X-Amz-Expires=86400&X-Amz-Signature=d9a314bc9b788e7a0b2cac1e8821ca06e04243a242c69cfdebf02e413834f847&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B+filename%3D%22pdncrash.log.mender%22&response-content-type=application%2Fvnd.mender-artifact&x-id=GetObject: "
Jul 15 13:56:27 qemux86-64 mender-update[334]: record_id=1050 severity=info time="2025-Jul-15 13:56:27.963505" name="http_resumer:client" msg="Resuming download after 60 seconds"

When pasting the url into my browser i get this (from storage.googleapis.com ):

SignatureDoesNotMatchAccess denied.The request signature we calculated does not match the signature you provided. Check your Google secret key and signing method.AWS4-HMAC-SHA256 20250715T135523Z 20250715/europe-west3/s3/aws4_request 9003d9e150d66fd6b37facb3796a1030b5c35b26da71b16b879d15f40b2c064aGET /mender-server-459007-mender-storage-dev/7e888ca6-957e-4b65-9a8e-cac181fa222a X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOGLXXXXXXXXX%2F20250715%2Feurope-west3%2Fs3%2Faws4_request&X-Amz-Date=20250715T135523Z&X-Amz-Expires=86400&X-Amz-SignedHeaders=host&response-content-disposition=attachment%3B%20filename%3D%22pdncrash.log.mender%22&response-content-type=application%2Fvnd.mender-artifact&x-id=GetObject%3A host:storage.googleapis.com host UNSIGNED-PAYLOAD

would love to get this fixed!

Hi all,

we have identified the bug. The main patch can be found at fix: Clear response buffer before every HTTP request by vpodzime · Pull Request #1803 · mendersoftware/mender · GitHub, so for those of you building from master or willing to manually patch, please give it a try.

I will follow up once the Client releases are available.

Greetz,
Josef

1 Like