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

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