Welcome Guest, Not a member yet? Register   Sign In
trying to get ssl to work
#1

I am trying to get ssl working on my site. I got this message from support:

Visiting https://substantiator.com/rndcontroller/sub_crud/ in Firefox and pressing F12 shows a bunch of mixed-content errors:
Blocked loading mixed active content “http://substantiator.com/rndcontroller/sub_crud/assets/themes/default/hero_files/bootstrap-collapse.js
Blocked loading mixed active content “http://substantiator.com/rndcontroller/sub_crud/assets/themes/default/hero_files/bootstrap.css
Blocked loading mixed active content “http://substantiator.com/rndcontroller/sub_crud/assets/themes/default/hero_files/bootstrap-responsive.css
etc.

I guess these need to be https://

But I am not setting this my CI code is actually:

    $this->load->js('assets/themes/default/js/jquery-1.9.1.min.js');
    $this->load->js('assets/themes/default/hero_files/bootstrap-transition.js');
    $this->load->js('assets/themes/default/hero_files/bootstrap-collapse.js');
    $this->load->js('js/jquery.orgchart.js');     // for charts


Notice that I don't have either http or https. How can I fixed this?
proof that an old dog can learn new tricks
Reply


Messages In This Thread
trying to get ssl to work - by richb201 - 05-07-2018, 01:04 PM
RE: trying to get ssl to work - by serverin - 05-07-2018, 01:35 PM
RE: trying to get ssl to work - by richb201 - 05-07-2018, 03:29 PM
RE: trying to get ssl to work - by dave friend - 05-07-2018, 04:04 PM
RE: trying to get ssl to work - by richb201 - 05-07-2018, 04:07 PM
RE: trying to get ssl to work - by richb201 - 05-07-2018, 06:03 PM
RE: trying to get ssl to work - by InsiteFX - 05-08-2018, 04:38 AM
RE: trying to get ssl to work - by Paradinight - 05-08-2018, 10:01 AM
RE: trying to get ssl to work - by richb201 - 05-08-2018, 11:52 AM
RE: trying to get ssl to work - by richb201 - 05-08-2018, 04:50 AM
RE: trying to get ssl to work - by InsiteFX - 05-08-2018, 11:16 AM
RE: trying to get ssl to work - by Codinglander - 03-17-2019, 07:11 AM
RE: trying to get ssl to work - by dave friend - 05-08-2018, 11:56 AM
RE: trying to get ssl to work - by richb201 - 05-08-2018, 02:56 PM
RE: trying to get ssl to work - by richb201 - 05-08-2018, 02:55 PM
RE: trying to get ssl to work - by bhargavbhuva - 03-18-2019, 01:32 AM



Theme © iAndrew 2016 - Forum software by © MyBB