Quote Originally Posted by sle39lvr View Post
Currently, my includes/configure.php

Code:
define('HTTP_SERVER', 'http://www.*********.com');
define('HTTPS_SERVER', 'https://www.*********.com');

define('ENABLE_SSL', 'true');
I should make the HTTP_SERVER to be 'https'? So it would be as this:
Code:
define('HTTP_SERVER', 'https://www.*********.com');
define('HTTPS_SERVER', 'https://www.*********.com');

define('ENABLE_SSL', 'true');
Yes and then in admin version: HTTP_CATALOG_SERVER should have the same change.

Like said, may not resolve the UPS issue, but is a start in the right direction for overall setup considering your host has made the changes that they have.