SSL not completely secure

ThemeBurn SupportForumsOpenCart ThemesBurnEngineSSL not completely secure

This topic has been marked as resolved.

Hi ThemeBurn,

We are using Trendo – BurnEngine on https://www.closetonlineshop.com

Although the lock is saying some parts are not secured. I checked and some parts of the site still refer to http:// other than https:// – mostly in the header when on the homepage – any idea how to fix this?

Now say you go to a catalog page: https://www.closetonlineshop.com/women

The left navigation for categories are all showing http: other than https://

Any light on your end on how to fix is appreciated.

Sincerely,

Aaron

November 8, 2017 at 6:05 pm #62425

Hi,

You haven’t enabled ssl for your whole store.

http://www.closetonlineshop.com/checkout/cart
https://www.closetonlineshop.com/checkout/cart

Are both accessible.

Suggestion:
If you haven’t altert any .tpl, add this to your .htaccess, that should fix the problem. But allway make a backup first!


RewriteEngine On
RewriteCond %{HTTPS} off [OR]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^(.*) https://www.closetonlineshop.com%{REQUEST_URI} [R=301,L,NE]
RewriteBase /

November 9, 2017 at 12:00 pm #62431

Hi Aaron,

Has this been fixed? We cannot spot any HTTP (unsecured) link on your website.

By default OpenCart is securing only pages that have provide form submission (checkout, cart, user registration etc.) So it is not a bug if you have links to non secure pages in your OC installation.

If you want to secure all your links, you need to “misconfigure” OpenCart and insert HTTPS url for HTTP value in config.php and admin/config.php:

https://i.imgur.com/zHThhAR.png

And lastly, you need to enable SSL from Admin > System > Settings > Server.

BR,
ThemeBurn team

November 13, 2017 at 4:16 pm #62506

This has been fixed.

We tracked the issues from the custom css we did. Thank you.

March 26, 2018 at 5:54 am #63781

Will mark the topic as “resolved” then.

BR,
ThemeBurn team

March 28, 2018 at 2:42 pm #63805
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.