Make WordPress Core

Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#54495 closed defect (bug) (duplicate)

The authenticity could not be verified as no signature was found when downloading WordPress 5.8.2

Reported by: henrywright's profile henry.wright Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.2
Component: Upgrade/Install Keywords:
Focuses: Cc:

Description

When installing 5.8.2 using the button on the update-core.php page, I got this message:

The authenticity of wordpress-5.8.2-no-content.zip could not be verified as no signature was found.

I tried using a different server and I got this message:

The authenticity of wordpress-5.8.2-partial-1.zip could not be verified as no signature was found.

Change History (5)

#1 @henry.wright
3 years ago

The install process was successful in both cases I should add.

#2 @desrosj
3 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
  • Version set to 5.2

Hi @henrywright,

This is actually intended behavior. [44954] added an experimental way to cryptographically sign WordPress updates as an extra level of security when updating plugins and themes. Because this was an experiment, signature verification was introduced as a "soft" requirement.

Because this has not been finalized, a signature is currently not returned, and that's the reason for the messages you are seeing.

You can read more about this in the tickets linked below, and the related developer note that was published when this change was originally made.

Related: #39309, #45806, #49200.

#3 @henry.wright
3 years ago

Thanks for the explanation @desrosj. If a signature header isn't returned in the response and a signature file isn't made available then there's obviously no way to verify.

Should the "The authenticity of wordpress-5.8.2-no-content.zip could not be verified as no signature was found." message be removed? Not all developers would have read the developer note and in such cases the message could cause confusion

#4 @SergeyBiryukov
3 years ago

  • Resolution changed from invalid to duplicate

Hi there, thanks for the report!

We're already tracking this issue in #47315, let's continue the discussion there.

#5 @henry.wright
3 years ago

Sure @SergeyBiryukov

Note: See TracTickets for help on using tickets.