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

Resolved Changing domain IP results in Warning: Potential Security bla bla

tkalfaoglu

Silver Pleskian
I noticed that if I use the
plesk bin site --update dom xyz.com -ip 1.2.3.4
to change the IP of a domain to another IP that exists on the server, the web site can no longer be viewed, even after restarting the server and updating all DNS's..

Even if the site is just http, it redirects to the https and then firefox complains that there is a potential security problem since the server main certificate (naturally) does not cover that xyz.com.

Not exactly the desired outcome :)

So how does one fix the problem for xyz.com? That is, make the web site visible again?

UPDATE: Running a /usr/local/psa/admin/bin/httpdmng --reconfigure-all
fixed it all :)
 
Last edited:
In this case it would have been sufficient to only reconfigure the single domain (on servers with many domains, a reconfigure-all can take quite some time and might take some domains offline for a while during the process). So instead, if you want to reconfigure a specific domain, use
Code:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-domain <domain-name>
 
I think the reconfigure-server option fixed it in my case.. I believe I tried the reconfigure-domain option before writing this.
 
Back
Top