• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by apochr

  1. A

    Issue fatal: Timeout before authentication for [IP-ADDRESS] port 44745

    A more specific solution would be to change the line: filter f_crit { level(crit .. emerg); }; to: filter f_crit { level(crit .. emerg) and not facility(auth); }; And don't comment out the line which I described above. Restart syslog-ng again. This would only silence the Authentication Critical...
  2. A

    Issue fatal: Timeout before authentication for [IP-ADDRESS] port 44745

    If this is too annoying for you on a Debian 12, as it is for me: Open /etc/syslog-ng/syslog-ng.conf. In the "Log paths" section, comment out the line: log { source(s_src); filter(f_crit); destination(d_console); }; Restart the syslog-ng service: systemctl restart syslog-ng.service This will of...
Back
Top