• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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