• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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