We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

SSL (HTTPS) Bootstrap Load Error - Bootstrap | Forum

Oxwall Seattle User
If you're running a site over a secure protocol and you're using this plugin, you'll need to edit the init.php file (siteroot/ow-plugins/bootstrap/init.php).


Change lines 36 and 37 from "http://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" to "https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"


Your site will no longer have mixed content and load properly.

Ebenezer Obasi
Ebenezer Obasi Jul 7 '17
Thanks for sharing!
Hybrid
Hybrid Feb 14 '19

If anyone is still struggling with Mixed Content issues even after trying all the possible solutions provided on the Oxwall Forum, try this:


Why not just add this to your page settings "Custom Head Code" --> Go to Admin Dashboard --> Settings --> Page Settings --> Add this meta tag to your "Custom Head Code" section:


<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">


For a deeper understanding, please refer to the following: https://developers.google.com/...fixing-mixed-content

You do not have permission to reply this topic