|
Title: Using HCL with a secure page Post by: downliner on November 26, 2007, 07:54:19 PM We run our site with an SSL certificate and just noticed that any pages displaying the HCL code are now showing as being not secure. The items marked as unsecure are:
/templates/Bliss/images/initiate.gif /templates/Bliss/images/initiate_close.gif /live/icon.php?status=online&departmentid= I can copy the images to our httpsdocs folder but I'm not sure which files I should be editing. Is anyone able to provide some assistance? :) Many thanks Title: Re: Using HCL with a secure page Post by: victor on November 26, 2007, 09:07:23 PM edit this file:
- hcl/config.php this line: // The URL where HCL is installed $conf['url'] = 'https://www.yourdomain.com/hcl; be sure to include the HTTPS on this variable. Then generate your code again Title: Re: Using HCL with a secure page Post by: MikeDVB on January 02, 2008, 08:45:58 AM This topic helped me a lot.
It'd be nice to have a feature to generate code for secure or not-secure and have both URLs in the settings for HCL. But overall this is nice. Title: Re: Using HCL with a secure page Post by: victor on January 02, 2008, 03:21:49 PM great suggestion, thanks for feedback
Title: Re: Using HCL with a secure page Post by: NTHosts on January 06, 2008, 12:31:21 PM Wouldn't making it secure in the conf screwup the pages it's on hat's not secure?
Would keep on getting "This page has both secure and non-secure items" Title: Re: Using HCL with a secure page Post by: victor on January 07, 2008, 09:02:29 PM no, it will work perfectly without any warning.
|