Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted March 15, 20168 yr Hello, i am trying to set up ssl on my ipboard website, i activated the https connexion in the connexion settings, Is there any others steps to follow ?
March 15, 20168 yr Configure your server....and make sure it's working. Change conf_global.php to modify your board_url Run the support tool in the ACP. Other things? Check your htaccess files to ensure that they redirect http to https
March 15, 20168 yr Author Thanks Nathan, this is what i did, what support tool i should use ? I get this message : i used the support clear cache tools but nothing change !
March 15, 20168 yr ACP -> System -> Support And that message is telling you specifically what is wrong with that page - you have https page that is serving an image on http.
March 15, 20168 yr Author Oh yes i used that to clear cache but i have always a yellow icon in the explorer barre as mentionned before !
March 16, 20168 yr If your page serves any HTTP resources whatsoever, you'll get that notice. It's not that the page itself isn't being sent "securely". It may even be that everything sent from your domain is secure, but something that the page is using isn't. To a certain extent you can't avoid this (it happens on this forum also in some threads) because if you allow your users to directly post an image, or use a URL as an avatar, they can use an HTTP image which will take your green padlock away. If it's happening on every single page, then likely something (a JS/CSS file or an image) in your theme is to blame. To identify HTTP resources on Firefox, right click > Inspect Element (or just press F12), go to the Console tab and ensure Security is enabled, and reload the page. They will appear in red with the message Quote Loading mixed (insecure) display content "http://domain.tld/path.ext" on a secure page
Archived
This topic is now archived and is closed to further replies.