• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Issue Plesk Update: WARNING: The following packages cannot be authenticated! apache2-mpm-prefork apache

MarkusG

New Pleskian
Hello,

I'm running Plesk 17.5.3 on Debian 8.10, last Update was #70. The latest Update/Upgrade failed with this error message:

WARNING: The following packages cannot be authenticated!
apache2-mpm-prefork apache2-mpm-event apache2 apache2-bin apache2-data

I've tried "Repair the failed Upgrade/Installation"-Link in the Error-Message. After that, everything seemed fine, but today the same error message appears.

Any hints on this one?

Thanks and regards, Markus
 
Check that you haven't expired keys in the output of command

# apt-key list
 
Try to run

# apt-key update
# apt-get update
# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
 
Back
Top