I am blind and clueless and confused!
I'm getting the "This page contains both secure and nonsecure items... " as well as the issue of not being able to log on as a customer - security warning.
I have a shared ssl certificate from my host. I have another site with them where I have encountered no problems although I see that the shared address is slightly different.
I have just changed my configure.php files reflecting the shared certificate url that my host supplied.
As far as I can see (although feeling very blind) I have the images correct and secure......??
The thing I do notice is that the page source reveals that the
<base href="http://name of shop here/" /> I notice there is no https
Having spent the day trying to read forums etc. I am offically embarrassed and confused.
I am using v1.3.9f and my site can be viewed as below url under /store
Please help
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.e-urns.com.au');
define('HTTPS_SERVER', 'https://shared certificate name/~eurns');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
*/
define('HTTP_SERVER', 'http://www.e-urns.com.au');
define('HTTPS_SERVER', 'https://shared certificate name/~eurns');
define('HTTP_CATALOG_SERVER', 'http://www.e-urns.com.au');
define('HTTPS_CATALOG_SERVER', 'https://shared certificate name/~eurns');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'false');
define('ENABLE_SSL_ADMIN', 'false');
Thanks for anyone to view and help!!!!!!!!![]()


I am blind and clueless and confused! 



