2.1.5 - ssl admin - mixed-content blocked

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
aa007
Forum Members
Forum Members
Posts: 31
Joined: Mon Jun 15, 2009 2:03 am

2.1.5 - ssl admin - mixed-content blocked

Post by aa007 »

Following to this topic: viewtopic.php?f=8&t=74153
I am experiencing the same on our site with the same setup - http for frontend, https for admin.
On this particular hosting I have to use to force https redirection (i don't use this actually for CMSMS but for different application)

Code: Select all

RewriteCond %{ENV:HTTPS} !^.*on
instead of

Code: Select all

RewriteCond %{HTTPS} on
so that might be a hint?

Edit: the workaround with removing $config['root_url'] and $config['ssl_url'] works here also.
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1973
Joined: Mon Jan 29, 2007 4:47 pm

Re: 2.1.5 - ssl admin - mixed-content blocked

Post by Jo Morg »

aa007 wrote:Edit: the workaround with removing $config['root_url'] and $config['ssl_url'] works here also.
Those config entries shouldn't be explicitly set on most cases: CMSMS can calculate them.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
aa007
Forum Members
Forum Members
Posts: 31
Joined: Mon Jun 15, 2009 2:03 am

Re: 2.1.5 - ssl admin - mixed-content blocked

Post by aa007 »

It would be nice to have some list what settings are deprecated - we have installed CMSMS 6 or more years ago and since then we are just upgrading, so there might be much more weird things hanging around.
User avatar
velden
Dev Team Member
Dev Team Member
Posts: 3497
Joined: Mon Nov 28, 2011 9:29 am

Re: 2.1.5 - ssl admin - mixed-content blocked

Post by velden »

aa007 wrote:It would be nice to have some list what settings are deprecated - we have installed CMSMS 6 or more years ago and since then we are just upgrading, so there might be much more weird things hanging around.
/docs/CMSMS_config_reference.pdf
User avatar
Jo Morg
Dev Team Member
Dev Team Member
Posts: 1973
Joined: Mon Jan 29, 2007 4:47 pm

Re: 2.1.5 - ssl admin - mixed-content blocked

Post by Jo Morg »

Additionally all releases have a changelog that should be read even before upgrading. Same applies to most modules.
"There are 10 types of people in this world, those who understand binary... and those who don't."
* by the way: English is NOT my native language (sorry for any mistakes...).
Code of Condut | CMSMS Docs | Help Support CMSMS
My developer Page on the Forge
GeekMoot 2015 in Ghent, Belgium: I was there!
GeekMoot 2016 in Leicester, UK: I was there!
DevMoot 2023 in Cynwyd, Wales: I was there!
Post Reply

Return to “CMSMS Core”