The issue:
Since yesterday we started to see 404 errors from Azure Trusted Signing when using JSign:
java.io.IOException: HTTP Error 404 - Not Found (<https://eus.codesigning.azure.net//codesigningaccounts/xyz/certificateprofiles/xyz/sign?api-version=2022-06-15-preview)>
This setup worked for months before without changes on our side.
What we see:
- All JSign signing calls to Azure Trusted Signing now fail with HTTP 404 on the /sign endpoint.
- The URL JSign calls includes
api-version=2022-06-15-preview.
- The account and certificate profile exist and are healthy in Azure.
- The same Azure Trusted Signing account and profile work when we use
SignTool.exe with the official Azure Code Signing / Trusted Signing Dlib client. So the service, account, and profile are fine.
This suggests that JSign might be using an outdated or no longer supported API version or endpoint for Azure Trusted Signing.
Can you please check if JSign is using an outdated API version for Azure Trusted Signing, and whether it can be updated or made configurable? It looks like newer API versions exist on the Azure side, for example: 2024-09-30-preview.
I have also engaged Microsoft support to get clarification from their side.
The issue:
Since yesterday we started to see 404 errors from Azure Trusted Signing when using JSign:
java.io.IOException: HTTP Error 404 - Not Found (<https://eus.codesigning.azure.net//codesigningaccounts/xyz/certificateprofiles/xyz/sign?api-version=2022-06-15-preview)>This setup worked for months before without changes on our side.
What we see:
api-version=2022-06-15-preview.SignTool.exewith the official Azure Code Signing / Trusted Signing Dlib client. So the service, account, and profile are fine.This suggests that JSign might be using an outdated or no longer supported API version or endpoint for Azure Trusted Signing.
Can you please check if JSign is using an outdated API version for Azure Trusted Signing, and whether it can be updated or made configurable? It looks like newer API versions exist on the Azure side, for example: 2024-09-30-preview.
I have also engaged Microsoft support to get clarification from their side.