wyredwing Posted February 1, 2011 Share Posted February 1, 2011 If we use the meteorpages template that WHMCS created for us, the HTTPS is crossed out saying its not fully encrypted. If we use the normal portal or the other template theme, the HTTPS works 100% as it should. What causes this? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted February 2, 2011 Share Posted February 2, 2011 Some file is being called using http vs https. This is usually an image, javascript or live help include, but without seeing it, we're guessing. View the page code on the site, and search for "http:" (include the colon) and you can likely find it. 0 Quote Link to comment Share on other sites More sharing options...
wyredwing Posted February 2, 2011 Author Share Posted February 2, 2011 Which file am I searching. Am I changing ever HTTP to HTTPS? Just in the template files? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted February 2, 2011 Share Posted February 2, 2011 Open the page that you get the error on. When it's open, view the source to locate any links that begin with "http:". Once you locate that, you need to find where that's located in the template files in your site, and change it. 0 Quote Link to comment Share on other sites More sharing options...
wyredwing Posted February 2, 2011 Author Share Posted February 2, 2011 Funny thing is, its the client.php. Its encrypted.... 0 Quote Link to comment Share on other sites More sharing options...
bear Posted February 2, 2011 Share Posted February 2, 2011 For each page there is a template. The PHP pages are encrypted, but the corresponding ".tpl" file is not. 0 Quote Link to comment Share on other sites More sharing options...
wyredwing Posted February 2, 2011 Author Share Posted February 2, 2011 Cant seem to find it. 0 Quote Link to comment Share on other sites More sharing options...
wyredwing Posted February 2, 2011 Author Share Posted February 2, 2011 Any other suggestions/help? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted February 2, 2011 Share Posted February 2, 2011 It is from your style.css file body { background:#19283a url(http://www.<<the site>>/images/tail-top.gif) 0 0 repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:100%; line-height:1em; color:#000000; } That is just one example... you are using the full url to the image links. Change them to be relative links to your document root eg.. body { background:#19283a url(/images/tail-top.gif) 0 0 repeat-x; font-family:Arial, Helvetica, sans-serif; font-size:100%; line-height:1em; color:#000000; } 0 Quote Link to comment Share on other sites More sharing options...
wyredwing Posted February 2, 2011 Author Share Posted February 2, 2011 This is going to sound crazy but, in my meteorpages template CSS sheet, I dont see anything calling to a body background 0 Quote Link to comment Share on other sites More sharing options...
wyredwing Posted February 2, 2011 Author Share Posted February 2, 2011 Never mind got it! Thanks! 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted February 2, 2011 Share Posted February 2, 2011 no problem... @Bear - could you please remove his url from my post 0 Quote Link to comment Share on other sites More sharing options...
wyredwing Posted February 3, 2011 Author Share Posted February 3, 2011 How did you find that URL anyhow? Was it from my integration files? 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted February 3, 2011 Share Posted February 3, 2011 Was just lucky to find it... did a google search from your first post and put 2 & 2 together. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted February 3, 2011 Share Posted February 3, 2011 @Bear - could you please remove his url from my post Reporting is faster, but done. Was just lucky to find it... did a google search from your first post and put 2 & 2 together. I'd seen the site, but was hoping to teach how to find instead of giving it away. Done is good too. 0 Quote Link to comment Share on other sites More sharing options...
wyredwing Posted February 3, 2011 Author Share Posted February 3, 2011 You guys are awesome, thank you! 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.