• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

Bot crawling not disallowed by default on Plesk 8443

Chris1

Regular Pleskian
A client of ours has recently experienced a problem with their Google account with a warning stating that there was an issue with their SSL configuration. We verified that their SSL setup was fine, they are using a valid SSL with SNI support.

The problem ended up being that Google were picking up their domain on port 8443 which was raising a warning as the shared certificate on the server does not match their domain name.

I have since put a robots.txt file containing the following into /usr/local/psa/admin/htdocs/:

Code:
User-agent: *
Disallow: /

I have also advised that the client should contact Google to have the domain removed with the port 8443.

Is there a reason why the Plesk interface is set to allow bot crawling by default?
 
Back
Top