• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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