Hi all,

I am hoping some kind person can help me with the SSL problems I face on my site!

Site is papercraftkits.com

The SSL certificate has been installed by my host but for some reason my site is only giving me a partial encryption, I know the SSL is working as my admin gives me the green padlock. I have checked my config files which are below

This is my includes/configure file

// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.yourdomain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.yourdomain.com
define('HTTP_SERVER', 'http://papercraftkits.com');
define('HTTPS_SERVER', 'https://papercraftkits.com');

// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');

// NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!

// * DIR_WS_* = Webserver directories (virtual/URL)
// these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
define('DIR_WS_CATALOG', '/');
define('DIR_WS_HTTPS_CATALOG', '/');

and this is my admin/includes/configure

* URL's for your site will be built via:
* HTTP_SERVER plus DIR_WS_ADMIN or
* HTTPS_SERVER plus DIR_WS_HTTPS_ADMIN or
* HTTP_SERVER plus DIR_WS_CATALOG or
* HTTPS_SERVER plus DIR_WS_HTTPS_CATALOG
* ...depending on your system configuration settings
*
* If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
*/
define('HTTP_SERVER', 'http://papercraftkits.com');
define('HTTPS_SERVER', 'https://papercraftkits.com');
define('HTTP_CATALOG_SERVER', 'http://papercraftkits.com');
define('HTTPS_CATALOG_SERVER', 'https://papercraftkits.com');

// secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');

Checkout, Login or any of the pages secure!

Can someone please take a look and point me in the right direction - I am prepared to pay for some help.

Thanks in advance
Debbie