Page 1 of 1

placing customer area behind an ssl

Posted: Sun Jun 17, 2007 4:24 am
by boyzs
Script URL:https://www.boyplugs.com/support/
Version of script:0.94
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
ssl
Write your message below:
Hello is there any way to make the link at the bottom an ssl.
this link Powered by Help desk software Hesk 0.94 the copyright
I have placed my helppdesk in my customers secure area and once you click on to submit a ticket it pops up some of the information is not secure.

please keep in mind my site is adult

Posted: Mon Jun 18, 2007 10:39 pm
by Klemen
Hello,

You don't get the warning message because of the Powered by link (which can't be changed to SSL but that's not the problem). You are getting the error because IMAGES used in your header/footer aren't secure, for example you use:
http://www.boyplugs.com/skin1/images/boytop1.jpg
should be a secure URL:
https://www.boyplugs.com/skin1/images/boytop1.jpg

Make sure any images you use, as well as any other external files (CSS, javascript, ...) are on SSL as well.