• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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