• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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