Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

https not secure

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi - I've just installed ssl certificates on a couple of my sites set forced ssl in global config - just as an experiment really.

The sites are www.branchwood.co.uk and www.pro-practice.co.uk.

They're still working fine, but Firefox tells me they are not actually secure, and sent me to www.jitbit.com/sslcheck/ which analysed the site and came up with the following result:

Pages with unsecure content:
www.pro-practice.tv/ ?
www.pro-practice.tv//media/mod_zentools/cache/images/beauty-their%2Bsmiles%2Bin%2Byour%2Bhands-267ca76d56b139d49c6762c6965db6b7.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/style-their%2Bsmiles%2Bin%2Byour%2Bhands-bca40f8d387ea3d7b465bb2965bb7b33.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/romance-their%2Bsmiles%2Bin%2Byour%2Bhands-439131fb7430ab233b2d760c0192dadc.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/laughter-their%2Bsmiles%2Bin%2Byour%2Bhands-f5efd8382036d7b8daeb8069f517a2b5.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/waiting-room-tv2-7398a53ade675c4c23f83c53e85d52bd-1c607d3fde88be72447ed7d2ac0cfff5.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/Cloudscene2-b4589c70a5c00d92e2d4ec6c6d6955ec-3fff84020e98c29e765c86a010018c19.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/DVD1-b3495103962bf0cbd1e37ced88c73e44-d2b1b91b90e7b76fcdd968217e2a1149.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/dentists-icon-95310b40024830cc272ff9a025b9bf63-b1700dd3d45f86390945a71614057c59.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/ortho-d5686d2c7cdd226e84523a2412bef6b4-6ea9d907428c9e1ad6eb63258a886aed.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/beauty-8149123ecc8bb8f989d1ac1d585b378d-5042ac36a2b683e61256d21486b42426.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/branded-fc13853bc248bf87df1e6ed262a4b0b6-07b34204677c9c214b8dbad110a04b7c.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/generic-f6485df1a7f408ac6f9b75c0255d70bf-c72ab564beafdd5bead6dcdbb52e54b5.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/other-products-9666ac91c6c488fb7ef196a969b1e8ea-9eb10d0646116e0aefa1fbe7add16a0f.jpg
www.pro-practice.tv//media/mod_zentools/cache/images/Smilinggirl-d320e8588372a72132dc748c10203039-9744f26c7cbf07c5fc3aed6c7dfeb901.jpg
www.pro-practice.tv/media/jbtype/css/font-awesome.css
It seems that apart from font-awesome.css at the end, all the rest are jpg files held in the zentools cache.

Is there a way to fix this, so the site does register as secure?

Thanks

Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Hi Ian,

Have you changed the htaccess for this and in the template settings and forced it as ssl in the server tab > servers settings in the global config

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi Paul - thanks for getting back to me so quickly.

I forced ssl in global config, but didn't know about htaccess and template settings.

I'm using Inspire template on one of them and had a quick look but can't see any ssl settings.

And presumably rewrite .htaccess with admin tools?

Thanks

Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
sorry that was a typo from me

It's not template related

So you need to make changes to your htaccess about the loading of files and forcing ssl on loading of web pages

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Ah. so not simply rewriting .htaccess with admin tools then?

I see I need to add this:
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ www.yourdomain.com/$1 [R,L]

Should I do anything else?

Thanks

Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Ah. That's worked perfectly :-)
At first I got the can't open page, too many redirects error.
I disabled redirects, and now it's fine.
I have literally thousands of redirects in there - am I safe to leave it disabled?
I've just counted, 5740. Is it safe to trash them all? I've never deliberately used this component.
Thanks
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Hmmm. It was working, but I keep getting the too many redirect error again.
I fix it by disabling .htaccess, going back in and rewriting it and everything seems fixed - until it goes wrong again.
I have deleted all redirects, and emptied the trash.
I've temporarily removed the new .htaccess code to keep the site up.
Any ideas?
Does anyone else have as many problems as me?
Thanks
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Ah. I think I've fixed it.
Found SEO settings in admin tools and set convert all links to https.
Seems to have done the trick :-)
Thanks
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Cool nice one

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'd test it using this

site:www.branchwood.co.uk

to see the urls are now loading the https version

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Thanks Paul - everything seems fine now :-)

Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Nice one

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
And have a great weekend

Cheers
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
And you :-)

Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Cheers :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers