Quote Originally Posted by kobra View Post
Also
Code:
 define('HTTPS_CATALOG_SERVER', 'http://greenwald.websitewelcome.com/~myusername');
Should be https://

And
Code:
define('HTTPS_SERVER', 'http://greenwald.websitewelcome.com/~myusername');
Should also be https://
Problem resolved! I am such a dope. In both files as Kobra pointed about the HTTPS setting URL was only listed as HTTP. Obviously, the defined URL of an HTTPS line should have an HTTPS prefix, yet I overlooked it multiple times. Fresh eyes are always a big help. Thank you both!