nimonogi Posted September 10, 2009 Share Posted September 10, 2009 Hello, I've finally manage to transfer my clients to WHMCS and build a complete WHMCS driven website. One problem I'm facing now is with secured pages (https). Even though i'm parsing all images/files through https i'm still getting that connection is partially encrypted. Does WHMCS parsing any encrypted/"hidden" files through http? I'm using v4.02 Any ideas on how to fix this? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted September 10, 2009 Share Posted September 10, 2009 If you post a link we can take a look, it's allmost always something just overlooked. 0 Quote Link to comment Share on other sites More sharing options...
nimonogi Posted September 10, 2009 Author Share Posted September 10, 2009 URL: http://tinyurl.com/ps7fpj I've double check everything but i didn't find whats cause the problem. 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted September 10, 2009 Share Posted September 10, 2009 might be your live help app code 0 Quote Link to comment Share on other sites More sharing options...
nimonogi Posted September 10, 2009 Author Share Posted September 10, 2009 It's not that. I've remove this and still same problem. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 11, 2009 Share Posted September 11, 2009 It is your chat code <li><a href="javascript:OpenFile('http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee=591e946a8109cb1c@apps.messenger.live.com&mkt=en-US')" title="Live Chat"><img src="templates/bbportal/images/icons/livechat.gif" alt="Live Chat" width="16" height="16" border="0" class="absmiddle" /></a> <a href="javascript:OpenFile('http://settings.messenger.live.com/Conversation/IMMe.aspx?invitee=591e946a8109cb1c@apps.messenger.live.com&mkt=en-US')" title="Live Chat">Live Chat</a> - Sales</li> 0 Quote Link to comment Share on other sites More sharing options...
nimonogi Posted September 11, 2009 Author Share Posted September 11, 2009 (edited) It's not that. I've remove this and still same problem. If i do not allow the non-secure items to be displayed, i'm getting this error code on IE7: Message: Object expected Line: 16 Char: 1 Code: 0 URI: https://www.domain.com/cart.php Edited September 11, 2009 by nimonogi 0 Quote Link to comment Share on other sites More sharing options...
nimonogi Posted September 11, 2009 Author Share Posted September 11, 2009 I've found that the problem was caused because i was forcing https through htaccess. 0 Quote Link to comment Share on other sites More sharing options...
aushops Posted September 14, 2009 Share Posted September 14, 2009 Hi, I have the same problem would you be kind enough to post your solution please Thanks Tony 0 Quote Link to comment Share on other sites More sharing options...
D9Hosting Posted September 14, 2009 Share Posted September 14, 2009 @ aushops If you take a look at the page source and do a search (CTRL F) for http:// You'll be able to find all the files that are being accessed insecurely, you need to change all these from http:// to https:// 0 Quote Link to comment Share on other sites More sharing options...
bin_asc Posted September 14, 2009 Share Posted September 14, 2009 It`s just that when using a https connection, all inside elements need be loaded through relative paths, so /images/something.jpg , instead of http://domain.com/images/something.jpg, as https will be used to load the images. Another point taken by nimonogi and sparky, you can`t hyperlink to http source directly. 0 Quote Link to comment Share on other sites More sharing options...
nimonogi Posted September 14, 2009 Author Share Posted September 14, 2009 If you are using google analytics make sure that you are using the "https" version. Search whmcs wiki for the code. 0 Quote Link to comment Share on other sites More sharing options...
aushops Posted September 17, 2009 Share Posted September 17, 2009 Hi, I made the changes as D9hosting said in my header.tpl & footer.tpl which stopped the non-secure items message. But now i'm getting errors like this: Message: Object expected Line: 301 Char: 1 Code: 0 URI: https://turbohost.com.au/whmcs/clientarea.php I think its something to do with the links Anyone any ideas? cheers 0 Quote Link to comment Share on other sites More sharing options...
nimonogi Posted September 17, 2009 Author Share Posted September 17, 2009 seems that the problem occured by: <SCRIPT type=text/javascript> wc_init("9518-2775026-10-7651"); </SCRIPT> 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted September 17, 2009 Share Posted September 17, 2009 Hi I have the same and could you let me now please to https://westonehosting.com 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.