simplehelix Posted October 10, 2007 Share Posted October 10, 2007 after I have enabled SSL, i keep getting the annoying "some items are not secure, do you wish to display them?" popups. how do i get rid of that annoying popup? my site is at simplehelix dot com 0 Quote Link to comment Share on other sites More sharing options...
kcackler Posted October 10, 2007 Share Posted October 10, 2007 Your pages are probably showing an image (or calling a remote javascript file) that is being accessed under http instead of https... Track down that image, update the path, and your problem will be solved.. 0 Quote Link to comment Share on other sites More sharing options...
kcackler Posted October 10, 2007 Share Posted October 10, 2007 Taking a quick look at your site, I'm betting that your flash header is causing the problem. You are pulling it from the http source instead of the https source. 0 Quote Link to comment Share on other sites More sharing options...
simplehelix Posted October 10, 2007 Author Share Posted October 10, 2007 but the flash file is called via /absolute/path 0 Quote Link to comment Share on other sites More sharing options...
kcackler Posted October 10, 2007 Share Posted October 10, 2007 If you just browse your site, not even the whmcs portion, you'll get the errors. Try, instead of linking to your root with /item name, doing ../item name This might solve your problems. 0 Quote Link to comment Share on other sites More sharing options...
sisgroup Posted October 12, 2007 Share Posted October 12, 2007 after I have enabled SSL, i keep getting the annoying "some items are not secure, do you wish to display them?" popups. how do i get rid of that annoying popup? my site is at simplehelix dot com I had this for a while, The way i fixed it was groing through all files and changing things like http://www.domainame.com/whmcs/images.gif TO https://www.domainame.com/whmcs/images.gif By making sure this is done that error should go. have you pimped the default template? 0 Quote Link to comment Share on other sites More sharing options...
arteryplanet Posted October 12, 2007 Share Posted October 12, 2007 but the flash file is called via /absolute/path you dont need change all the files, just go where you have the Flash object code in your page and change the codebase= and the pluginspage= url´s to https instead of http. That should fix it. 0 Quote Link to comment Share on other sites More sharing options...
Jordan Posted October 12, 2007 Share Posted October 12, 2007 You don't need to link your images [in WHMCS templates] with an absolute URL, unless you are direct linking them elsewhere. Using that will pull directly from your templates directory. : [img=templates/{$template}/images/imagename.gif] This will pull directly from the whmcs "root" folders. [img=/images/support/knowledgebase.gif] Do you have this fixed now, or are you still receiving the error? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.