• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

SSL Stopped Working After Migration

eugenevdm

Regular Pleskian
After a 7.5.4 to 8.0 PMM migration our SSL certificate stopped working. When we try to connect to the site that is supposed to use SSL we get:

"Error: Cannot connect to the following server: localhost"

I've examined all the various places in Plesk, and it appears that the certificate is there. How can I go about in troubleshooting this issue?
 
It appears the problem was not related to the migration of the SSL. The SSL is working fine. The problem was connecting to the MySQL database. This line stopped working on the new server:

if ($HTTP_SERVER_VARS["SERVER_ADDR"] != "xx.xx.xx.xx"){

I just removed it and now it's working.
 
Back
Top