Plesk

Unable to publish website in Plesk Web Presence Builder: Unable to Connect to ssl://feedback.pp.parallels.com:443: Name or service not known

Symptoms

Cause

feedback.pp.parallels.com is a deprecated service for error reporting that was used for different Plesk components. This service is now working on a different URL, but the old URL is still present in the Web Presence Builder code.

Resolution

  1. Connect to the server via SSH.

  2. Open the /usr/local/sb/config file for editing, for example, in the vi editor:

    # vi /usr/local/sb/config

  3. Add the following block to the /usr/local/sb/config file to disable error reporting:

For Plesk Obsidian 18.0.50 and above:

[external]
send_errors = 0

For Plesk Obsidian 18.0.49 and below:

[external]
send_errors = false

  1. Save changes and close the file.
Exit mobile version