How To Enable Ssl Https On My Eshop

Dear Sirs,

I am running cs-cart 3.0.3 in a rather old Ubuntu server 12.04 with Apache2 version: 2.2.22 PHP Version: 5.3.10-1ubuntu3.26

I want to activate full https working for my eshop and I can not find the way to do.

Please note that I have correct and valid SSL certificate, also the apache is configured correct (I think), ex. when I point to cs-cart admin page I have full SSL working (https://)

Please help me how can do it.

Thanks and Best Regards,

Mike Kranidis

Please, someone to help me?

Thanks

Please find article for 3.x version here

http://kb.cs-cart.com/secure-connection-failed

Dear Sirs,

I followed your advice and I checked my eshop founder that the test page (https://www.biofarm.gr/store_closed.html) is working fine.

Further more, still the access of my shop is done without ssl even if I specify https in the URL.

Any advice on how to activate full https support?

Many thanks.

Best Regards,

Mike Kranidis

Anyone to help me please?

Thanks

Dear Sirs,

I followed your advice and I checked my eshop founder that the test page (https://www.biofarm.gr/store_closed.html) is working fine.

Further more, still the access of my shop is done without ssl even if I specify https in the URL.

Any advice on how to activate full https support?

Many thanks.

Best Regards,

Mike Kranidis

Verify that you have your Administration/Security settings set to the appropriate values for your version.

Verify that your config.local.php has your site name in the https_host config parameter.

Clear your cache manually by deleting this folder and it's contents var/cache

Your SSL seems to be installed correctly given https://www.biofarm.gr/changelog.txt loads correctly and is SSL. Hence I'd assume is either your Security Settings or that your cache is not clearing properly..

If those all check out, then contact your hosting and ask them about it.

Dear Sir,

Thanks for your answer.

Although even the administration control panel is working fine with SSL (https) I can't make it work with the site...

Probably I am having something wrong in my setup...

Is there any chance to have your support for this issue? We can negotiate for a fair price for this I think.

Please tell me what do you need (I have full SSH root access to my server) and what the charge will be.

Best Regards,

Mike Kranidis

Verify that you have your Administration/Security settings set to the appropriate values for your version.

Verify that your config.local.php has your site name in the https_host config parameter.

Clear your cache manually by deleting this folder and it's contents var/cache

Your SSL seems to be installed correctly given https://www.biofarm.gr/changelog.txt loads correctly and is SSL. Hence I'd assume is either your Security Settings or that your cache is not clearing properly..

If those all check out, then contact your hosting and ask them about it.

Have you verified your Administration/Security settings?

What version of cs-cart are you running?

Have you manually cleared the cache as suggested?

If you want to discuss support, please click the 'get-a-quote' link in my signature and we can discuss what it will cost to have hands-on support for your issue.

Dear Sir,

I have not verify Administration/Security settings, because I am not sure how...

I am running 3.0.3 version, you can see it running the command: https://www.biofarm.gr/changelog.txt

I have manually clear the cache following your suggestion above, nothing changed, still not getting SSL / https

Please see my above replies and then, I can click your support link...

Thanks

Have you verified your Administration/Security settings?

What version of cs-cart are you running?

Have you manually cleared the cache as suggested?

If you want to discuss support, please click the 'get-a-quote' link in my signature and we can discuss what it will cost to have hands-on support for your issue.

Go to Settings menu.

Select Security Settings

Be sure the top box is selected for Full Site

Dear Sir,

I did what you suggested me but not getting lock at my browser (Chrome)...

Just to make sure, I enabled this setting, is it the correct?

Thanks a lot.

Link: https://photos.app.goo.gl/gPYXHGQSsEaerRKPA

Go to Settings menu.

Select Security Settings

Be sure the top box is selected for Full Site

Suggest you "check" the top 4 items.

Your store-front uses https

https://prnt.sc/ukv2iu

But it still has http:// links. E.g.

https://prnt.sc/ukv2v9

It causes the issue. Review content of your store and change all links to https

Dear Sirs,

Now it is more clear what I have to do and thanks for your help.

Best Regards,

Mike Kranidis

Your store-front uses https

https://prnt.sc/ukv2iu

But it still has http:// links. E.g.

https://prnt.sc/ukv2v9

It causes the issue. Review content of your store and change all links to https

Rather than using src="https://example.com/image.png"use src="//example.com/image.png" instead. It will use whatever the current protocol is that's in the current state.