• When installing some plugins using wp plugin install, the following message appears before the plugin is installed:

    The authenticity of plugin-install-package.zip could not be verified as no signature was found.

    According to this, from 2020,

    This is due to the new infrastructure security enhancements that went into WordPress Core.

    WordPress Core now checks signs all downloads and checks against these signatures, so that it notices if it downloads files from an unknown source (man-in-the-middle attack for updates).

    However, most of the existing files are not signed yet, so that’s why you get this warning.

    https://github.com/wp-cli/extension-command/issues/197#issuecomment-590132607

    Is this still the case with install package files? If so, who needs to fix it, the plugin developer or the folks at WP who make the package available for download?

    If all install packages are signed now, then the message is misleading and could be masking something else that needs to be fixed.

    • This topic was modified 1 year, 8 months ago by aslamK.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The authenticity of *.zip could not be verified…’ is closed to new replies.