actions / runner-images

GitHub Actions runner images
MIT License
10.12k stars 3.04k forks source link

Invalid Signature Microsoft Edge Webdriver #10840

Closed stoopman closed 3 days ago

stoopman commented 4 days ago

Description

Image build on windows 2022 on tag win22/20241015.1 fails due to Signature thumbprint do not match expected. error

    azure-arm.image: Downloading package from https://msedgedriver.azureedge.net/LATEST_RELEASE_130_WINDOWS to C:\SeleniumWebDrivers\EdgeDriver\versioninfo.txt...
    azure-arm.image: Package downloaded in 0.13 seconds
    azure-arm.image: Download Microsoft Edge WebDriver...
    azure-arm.image: Downloading package from https://msedgedriver.azureedge.net/130.0.2849.46/edgedriver_win64.zip to C:\Users\packer\AppData\Local\Temp\edgedriver_win64.zip...
    azure-arm.image: Package downloaded in 0.22 seconds
    azure-arm.image: Expand Microsoft Edge WebDriver archive...
    azure-arm.image: Expand archive 'C:\Users\packer\AppData\Local\Temp\edgedriver_win64.zip' to 'C:\SeleniumWebDrivers\EdgeDriver' directory
==> azure-arm.image: Signature thumbprint do not match expected.
==> azure-arm.image: At C:\Program Files\WindowsPowerShell\Modules\ImageHelpers\InstallHelpers.ps1:972 char:9
==> azure-arm.image: +         throw "Signature thumbprint do not match expected."
==> azure-arm.image: +         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
==> azure-arm.image:     + CategoryInfo          : OperationStopped: (Signature thumb...match expected.:String) [], RuntimeException
==> azure-arm.image:     + FullyQualifiedErrorId : Signature thumbprint do not match expected.
==> azure-arm.image:

Platforms affected

Runner images affected

Image version and build link

Tag: win22/20241015.1

Is it regression?

n/a

Expected behavior

successful build

Actual behavior

Error with Signature thumbprint do not match expected

Repro steps

Clone repo with Tag: win22/20241015.1 and build the image for win 2022

RaviAkshintala commented 4 days ago

Hi @stoopman Thank you for bringing this issue to our attention. We are looking into this issue and will update you on this issue after investigating

RaviAkshintala commented 3 days ago

Hi @stoopman The Microsoft Edge Webdriver signature thumbprint is already up to date, and the Windows 2022 build was successful. The thumbprint we are using is 0BD8C56733FDCC06F8CB919FF5A200E39B1ACF71. Kindly check this and synch your main. We are closing this issue now, Thanks!

veronicagt094 commented 1 day ago

Hi @RaviAkshintala could you tell me the commit to solve this error please?