vcsjones / AzureSignTool

SignTool Library and Azure Key Vault Support
MIT License
272 stars 85 forks source link

Failed with 80072EFD #201

Closed MeijisIrlnd closed 1 year ago

MeijisIrlnd commented 1 year ago

Hey, I'm trying to sign an INNO Setup generated installer on Windows 10, and I used this super helpful article as a reference for the process. The signing process fails after calling SignerSignEx3, here's the relevant part of the log, all fails after this point:

trce: AzureSignTool.SignCommand[0]
      => File: OurInstaller.exe
      Calling SignerSignEx3
fail: AzureSignTool.SignCommand[0]
      => File: OurInstaller.exe
      Signing failed with error 80072EFD.

the command I'm trying to sign with is: azuresigntool sign --verbose -kvu "[OUR_KEYVAULT_URI"] -kvi "[OUR_CLIENT_ID]" -kvt "[OUR_TENANT_ID]" -kvs "[OUR_CLIENT_SECRET]" -kvc "[OUR_CERT_NAME]" -tr https://timestamp.digicert.com -v OurInstaller.exe

Obviously without the square braces and with actual values for the parameters.

I wasn't able to find any info about the error ID, unless I'm missing a list of error codes and their causes somewhere, any advice would be super appreciated!

EDIT: It also fails with 80072EE2 sometimes as well

MeijisIrlnd commented 1 year ago

... using https:// instead of http:// was my issue, my bad, that was a rollercoaster

vcsjones commented 1 year ago

Glad you figured it out. I'll see if I can improve the error output here, or at least add a warning.