• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Plesk uses old SSL certificate

4

4drob

Guest
We've ran into this problem on a number of servers. Often when renewing or adding a new SSL cert, Plesk insists on using the old one even though all conf/include files say otherwise. We finally found a fix, which involves removing SSL completely from all domains and re-adding it. I didn't come across this in any SWSoft documentation or knowledge base (atleast with a few searches), so I wanted to share it just in case others were having a similar problem.

So if you assign the new cert by IP or domain yet when browsing to the domain it still says its expired, try running:

ls /var/www/vhosts/ | xargs -n 1 -iREP /usr/local/psa/bin/domain.sh -u REP -ssl false
ls /var/www/vhosts/ | xargs -n 1 -iREP /usr/local/psa/bin/domain.sh -u REP -ssl true -same_ssl true
/usr/local/psa/admin/sbin/websrvmng -a
 
Back
Top