Opening a new topic as it appears i got all the non https calls found and fixed, yet still my forum comes up only partially encrypted.
i had tested smf a few months back and had it working so I know its possible, any suggestions for what else to check?
Hmm, there are so many different elements it may be best to just take a look at your site. Would you mind providing a link?
http://www.enhancegenetics.com
ty :)
should point out chrome and ie saying im gtg, but ff is where im showing errors
Thanks!
Chrome is showing all of the resources are encrypted with the green lock symbol. Looking through the code though I did find a few that appear to be using the standard http://
<a href="http://www.simplemachines.org/about/smf/license.php" title="License" target="_blank" class="new_win">SMF © 2011</a>, <a href="http://www.simplemachines.org" title="Simple Machines" target="_blank" class="new_win">Simple Machines</a><br /><a href="http://www.simpleportal.net/" target="_blank" class="new_win">SimplePortal 2.3.5 © 2008-2012, SimplePortal</a>
<a href="http://www.logooff.net" target="_blank" class="new_win" title="Free & Premium Themes for SMF®">LogoOff</a>
<a href="http://www.logooff.net/"><img src="https://www.enhancegenetics.com/Themes/novaV1/images/mini.png" alt="Logo Off Template Studio" title="Logo Off Template Studio" />, www.logooff.net</a>
<a href="http://www.fatcow.com/free-icons">Farm-Fresh Web Icons</a>
Quote from: blunted on October 29, 2012, 04:34:10 PM
should point out chrome and ie saying im gtg, but ff is where im showing errors
You got to that before I could mention it :).
yeah i sene those link calls on the bottom but since they aren't actually loading anything?
wonder why ff is telling me one thing and chrome/ie another...
dont you hate puters @ times :p
Quote from: blunted on October 29, 2012, 04:37:40 PM
yeah i sene those link calls on the bottom but since they aren't actually loading anything?
Sure, they are. Some element may be hiding them (I would rather not look through all of the code to find it), but the browser is still loading those resources.
ok i never ran into that issue before as not all sites even allow ssl..
still puzzled as to why 2 browsers say gtg while ff craps out.
ty.
Colin,
those are links off-site.
Links off your site do not need to be https... only links within the site and calls to resources used on the site.
Those links look to be the smf copyright/footer and the theme copyright/footer.
I'm fairly certain this issue has been sorted. One of the JS files in a mod was attempting to call another resource in a non-https way. blunted was able to pinpoint which file it was and corrected it. :)
You are right. For some reason I thought one was referencing a JS file which would make a difference, but it looks like that isn't the case.
Quote from: monster mashby on October 30, 2012, 10:20:42 AM
I'm fairly certain this issue has been sorted. One of the JS files in a mod was attempting to call another resource in a non-https way. blunted was able to pinpoint which file it was and corrected it. :)
Ah ok.
Yup solved ty all for the help!