Hi,

I'm about to encrypt *all* traffic on my site. I'm a tad worried, any suggestions to help this transition go smoothly would be appreciated!

To switch over, looks like all I have to do is update in each includes file:
BEFORE: define('HTTP_SERVER', 'http://www.YOUR_SHOP.com');
AFTER: define('HTTP_SERVER', 'https://www.YOUR_SHOP.com');

Something that worries me is the possibility of imbedded file references (to images, pdf's, etc) existing in places like Category or Product Description. Do I have to worry about that breaking things?

I could search the entire DB for any use of "http:www.YOUR_SHOP.com" and replace with nothing (making the ref URL relative). But is that necessary?

I dunno. What else should I watch out for?

Thanks!

EDIT: The site is a ZC154