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

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