Kim has pointed out that your configure.php files are pointing this to an IP address:
Kim:
Problem is your configure files are still pointing to an IP -
https://63.135.117.179/zencart
and this should be the url that your SSL Certificate was issued to i.e.
fairhavenmemorial.com or possibly www.fairhavenmemorial.com
Check your configure.php files and insure that the domain name that the Certificate was issued to is referenced properly like
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
define('HTTP_SERVER', 'http://www.fairhavenmemorial.com');
define('HTTPS_SERVER', 'https://www.fairhavenmemorial.com');