• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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