• 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.

Plesk login redirects from other domains to host domain

alextl

New Pleskian
Hi,

I have been searching around for an answer for this for a while so apologies if I have missed something obvious, or the wording doesn't make much sense (still new to Plesk).

My problem is, when I attempt to access a seperate webspace's control panel login through webspace2.com:8443 it automatically redirects me to https://hostname.com:8443.

If however I go to https://webspace2.com:8443 this redirect does not happen and I can log straight in through this domain.

Ideally I need to keep these domains separate and need to remove this non-https redirect that is currently happening.

Any help would be greatly appreciated.

Thanks,
Alex
 
Just in case anyone was interested, I ended up commenting this line out in /usr/local/psa/admin/conf/ssl-conf.sh

if [ -n "$hostname" ]; then
echo "ssl.pain-redirect = \"https://$hostname:8443/\""
fi

There is probably a better way of doing this but no more annoying redirects :).
 
Back
Top