Quote Originally Posted by bigbadboy View Post
As top hand says, the cert is not registered correctly. You need to contact the host and get them to re-register it to www.classydesires.com
You don't need to do this.

All you have to is make the changes with your includes/configure.php and admin/includes/configure.php files.

You have
Code:
  // Define the webserver and path parameters
 define('HTTP_SERVER', 'http://classydesires.com'); 
 define('HTTPS_SERVER', 'https://classydesires.com'); 
 define('ENABLE_SSL', 'true');
You need to have
Code:
// Define the webserver and path parameters
 define('HTTP_SERVER', 'http://www.classydesires.com'); 
 define('HTTPS_SERVER', 'https://www.classydesires.com'); 
 define('ENABLE_SSL', 'true');