Hi,
I'm setting up an eCommerce Shop for the first time using HikaShop (I've used the "Catalog" mode before), and I'm having trouble getting things to work with the shared SSL Certificate provided by my hosting company.
First of all:
Is it possible to use a shared SSL Certificate without visitors getting "This Connection is Untrusted" popup messages? I've been reading around on eCommerce forums and can't find a clear answer to this. There seems to be some agreement that shared SSL Certificates are by definition a little less secure but are OK for small businesses, and of course the domain will change which might put some customers off - but I can't get a clear answer as to whether the following message is an inherent limitation of using a shared SSL certificate:
*************************************************
This Connection is Untrusted
You have asked Firefox to connect securely to
www.julian-andrews.info
, but we can't confirm that your connection is secure.
Normally, when you try to connect securely, sites will present trusted identification to prove that you are going to the right place. However, this site's identity can't be verified.
What Should I Do?
If you usually connect to this site without problems, this error could mean that someone is trying to impersonate the site, and you shouldn't continue.
Technical Details
www.julian-andrews.info
uses an invalid security certificate.
The certificate is only valid for the following names:
*.secure-secure.co.uk , secure-secure.co.uk
(Error code: ssl_error_bad_cert_domain)
...
...
**************************************************
Second Question:
I've added the following code to the Display>View>Checkout - Step file (as described in post
www.hikashop.com/en/support/forum/4-how-...hared-ssl.html#12809
):
if(strtolower($_SERVER['HTTPS']) != "on"){
$app =& JFactory::getApplication();
$requestUri = $_SERVER['PHP_SELF'];
if (!empty($_SERVER['QUERY_STRING'])) $requestUri = rtrim($requestUri,'/').'?'.$_SERVER['QUERY_STRING'];
$app->redirect('https://web155.secure-secure.co.uk/julian-andrews.info'.$requestUri);
}
Is the Step file pulled in as the first part of each of the HikaShop Checkout pages?
Third Question:
If I set up the above customized view, and click to go to the Checkout, the target URL is set to
www.julian-andrews.info/cms/jewellery-listing/checkout.html
(firefox)
www.julian-andrews.info/cms/jewellery-listing/checkout.html
(IE)
If I choose to ignore the resultant error messages and "create an exception" (in firefox) I get sent to the following URL
www.julian-andrews.info/cms/jewellery-listing/checkout.html
but with a "The webpage cannot be found" HTTP 404 error.
Manually entering the mapped secure URL:
web155.secure-secure.co.uk/julian-andrew...isting/checkout.html
also gives a "The webpage cannot be found" HTTP 404 error.
Can you help sort me out?
Many Thanks
My test site can be found at
www.julian-andrews.info/cms/