Page 1 of 1

2.1.5 - ssl admin - mixed-content blocked

Posted: Sat Oct 08, 2016 2:07 pm
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.

Re: 2.1.5 - ssl admin - mixed-content blocked

Posted: Sun Oct 09, 2016 2:16 pm
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.

Re: 2.1.5 - ssl admin - mixed-content blocked

Posted: Sun Oct 09, 2016 10:59 pm
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.

Re: 2.1.5 - ssl admin - mixed-content blocked

Posted: Mon Oct 10, 2016 9:48 am
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

Re: 2.1.5 - ssl admin - mixed-content blocked

Posted: Mon Oct 10, 2016 2:43 pm
by Jo Morg
Additionally all releases have a changelog that should be read even before upgrading. Same applies to most modules.