Firstly many thanks Rod for such a quick and very detailed response - much appreciated.
RodG:
What do you have for your HTTPS_SERVER settings in the config files? They need to be 'https://yoursecure.domain.com'. they are set at https://www.mydomain.com(.au) - Zencart is in the root, not in a folder
Funtioning yes. Does it make me confident to buy from your store. No. Aside from the certificate being in another domains name which I agree is stupid and have raised with GetMomma, are there any other reasons that would not make you confident to shop in my store? I will be deleting the certificate for this domain, even after having gone through 3 days of utter pain and the site down :(
Firstly, there is no evidence to suggest shoppers will leave a site with no SSL. I agree - I have read a post in here by an internet security expert on the other side of the arguement and it makes logical sense ... but ..... It just so happens both sites have been producing sales without SSL certs.
Secondly, the tech savvy will avoid your site like the plague because your store name is "www.jewelleryonlinestore.com.au" but the SSL certificate is issued to
"harmonyballpendants.com" (which I assume is your other store). No matter, the fact that the Certificate doesn't match the store should raise alarm bells to anyone that visits (and most web browsers). You are better off without a certificate than you are to have one for what is apparently a different store. Agreed
If they checkout with PayPal express, and assuming by 'secure' you mean 'encrypted during transmission', then Yes (they will be using PayPals SSL, rather than yours).
If by 'secure' you mean that no one can gain access to their data after the order has been placed, then the answer is No (SSL can never provide such security).
If you have another definition of security you'll need to specify what you mean before I can provide an answer.
Does a Site with one domain name using a certificate for a totally different site make me feel 'secure' about conducting business with you. No. Not at all.
It a bit like have two watches. With one watch you always know the time. With two watches you can never be sure which one is accurate. :)
Your HTTPS server settings in the config files are incorrect. (my 1st guess) - mine also - see settings below and let me know what is incorrect.
Shhhh. Don't mention that name around here.. Many folks will ignore your pleas' for help. I actually just moved JewelleryOnlineStore.com.au from an Australian host (because they were hopeless - no cPanel - and over $10/month) and there were DNS issues that lasted 4 days so Google couldn't crawl the site and as a result the site dropped from SERP #1 for its secondary keyword and 14 for its primary keyword (tough competition) into oblivion. At first I suspected I got hit by Penguin but have now discounted that.
Generally not. With GoDaddy, nothing surprises me. I haven't had any issues to speak of with them so far (he says with finders crossed)
Cheers
Rod
admin/includes/configure.php 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://www.harmonyballpendants.com');
define('HTTPS_SERVER', 'https://www.harmonyballpendants.com');
define('HTTP_CATALOG_SERVER', 'http://www.harmonyballpendants.com');
define('HTTPS_CATALOG_SERVER', 'https://www.harmonyballpendants.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
includes/configure.php settings
define('HTTP_SERVER', 'http://www.harmonyballpendants.com');
define('HTTPS_SERVER', 'https://www.harmonyballpendants.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', '/');
jewelleryonlinestore.com.au is as per above also
cheers,
Mike