• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Forwarded to devs Cron Error /opt/psa/admin/plib/modules/letsencrypt/scripts/keep-secured.php

HenryV

New Pleskian
Username: HenryV

TITLE

Cron Error /opt/psa/admin/plib/modules/letsencrypt/scripts/keep-secured.php

PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE

Product Version: Plesk Obsidian 18.0.31.0 (previous plesk-updates without errors)
OS Ver: Ubuntu 16.04 x86_64
Build: 2020/10/25

PROBLEM DESCRIPTION

Beginning with Tuesday morning I get a hourly mail with the following subject:
"/opt/psa/admin/bin/php -dmemory_limit=-1 -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/letsencrypt/scripts/keep-secured.php' > /dev/null"

and the mailcontent
"[2020-11-10 09:59:01.836] ERR [panel] Protocol version '1.6.8.0' is deprecated. Current protocol version is '1.6.9.1'."

STEPS TO REPRODUCE

- Hourly Error-Mail

- Tools & Settings/ Scheduled Tasks:
Execute: /opt/psa/admin/bin/php -dauto_prepend_file=sdk.php '/opt/psa/admin/plib/modules/letsencrypt/scripts/keep-secured.php'

ACTUAL RESULT

hourly error mail

EXPECTED RESULT

eliminating the problem

ANY ADDITIONAL INFORMATION

Issue - Cron Error /opt/psa/admin/plib/modules/letsencrypt/scripts/keep-secured.php

YOUR EXPECTATIONS FROM PLESK SERVICE TEAM

Confirm bug
 
From developer:

Now we use deprecation error for old XML-RPC protocols. The customer can optionally disable these deprecation messages in the panel.ini file:

[api]
deprecationWarning = off
 
Back
Top