Skip to content

Download Microsoft Edge WebDrive: Signature thumbprint do not match expected. #12433

@gitMENzit

Description

@gitMENzit

Description

In build script Install-EdgeDriver.ps1 : test file signature of msedgedriver.exe fails.
(this file is in https://msedgedriver.azureedge.net/137.0.3296.93/edgedriver_win64.zip)

2025-06-20T09:55:36.2694373Z azure-arm.image: Download Microsoft Edge WebDriver...
2025-06-20T09:55:36.2696252Z azure-arm.image: Downloading package from https://msedgedriver.azureedge.net/137.0.3296.93/edgedriver_win64.zip to C:\temp\edgedriver_win64.zip...
2025-06-20T09:55:36.2708412Z azure-arm.image: Package downloaded in 0.48 seconds
2025-06-20T09:55:36.2722393Z azure-arm.image: Expand Microsoft Edge WebDriver archive...
2025-06-20T09:55:36.2741225Z azure-arm.image: Expand archive 'C:\temp\edgedriver_win64.zip' to 'C:\SeleniumWebDrivers\EdgeDriver' directory
2025-06-20T09:55:36.6513923Z ==> azure-arm.image: Signature thumbprint do not match expected.
2025-06-20T09:55:36.6525202Z ==> azure-arm.image: At C:\Program Files\WindowsPowerShell\Modules\ImageHelpers\InstallHelpers.ps1:1019 char:9
2025-06-20T09:55:36.6539375Z ==> azure-arm.image: + throw "Signature thumbprint do not match expected."
2025-06-20T09:55:36.6559812Z ==> azure-arm.image: + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2025-06-20T09:55:36.6562057Z ==> azure-arm.image: + CategoryInfo : OperationStopped: (Signature thumb...match expected.:String) [], RuntimeException
2025-06-20T09:55:36.6571178Z ==> azure-arm.image: + FullyQualifiedErrorId : Signature thumbprint do not match expected.
2025-06-20T09:55:36.6587189Z ==> azure-arm.image:

Expected are the following thumbprints:

$signatureThumbprint = @(
"7920AC8FB05E0FFFE21E8FF4B4F03093BA6AC16E",
"0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71",
"F6EECCC7FF116889C2D5466AE7243D7AA7698689"
)

The actual thumbprint seems to be different and not in this array.
Could "6ACE61BAE3F09F4DD2697806D73E022CBFE70EB4" be the value to be added?
Or is something else wrong here?

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022
  • Windows Server 2025

Image version and build link

no

Is it regression?

don't know

Expected behavior

Test file signature of msedgedriver.exe succeeds.

Actual behavior

Test file signature of msedgedriver.exe fails.

Repro steps

local runner image build

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions