Plesk

Unable to update system packages on Plesk server: The repository ‘http://dl.google.com/linux/mod-pagespeed/deb/dists/stable/Release.gpg’ is not signed

Symptoms

Cause

Bug EXTPLESK-3809 in Google PageSpeed Insights extension: PageSpeed module for Apache is incorrectly signed on the side of the repository maintainer

Resolution

Until the fix is released use the following workaround:

  1. Connect to the server via SSH

  2. Find the repository configuration file, e.g.:

    # grep -ir pagespeed /etc/apt*
    /etc/apt/sources.list.d/mod-pagespeed.list:deb http://dl.google.com/linux/mod-pagespeed/deb/ stable main

  3. Remove the repository configuration file found during the previous step:

    # mv /etc/apt/sources.list.d/mod-pagespeed.list ~/

  4. Update APT indexes:

    # apt update

Exit mobile version