WebHostingPeople Posted July 19, 2015 Share Posted July 19, 2015 I recently upgraded v6.01 that is working fine. But after upgrade I updated Add on live chat (Incremental) for WHMCS 6.0. That is also working fine but after that URL https is showing website is not secure fully. Please look https://www.webhostingpeople.net/billing/clientarea.php'>https://www.webhostingpeople.net/billing/clientarea.php and screen shot in attached file. I found that it is due to Insecure URL: http://www.webhostingpeople.net/billing/modules/livehelp/locale/en/images/Online.png'>http://www.webhostingpeople.net/billing/modules/livehelp/locale/en/images/Online.png I have mention in Setup> General settings > General > WHMCS System URL - http://www.webhostingpeople.net/billing/ WHMCS SSL System URL - https://www.webhostingpeople.net/billing/ Setup> General settings > Security > Admin Force SSL Access checked box Please guide me how can I fix it? 0 Quote Link to comment Share on other sites More sharing options...
easyhosting Posted July 19, 2015 Share Posted July 19, 2015 That is not an SSL issue or WHMCS issue as such. What that means is that somewhere in the page their are insecure items such as images LiveHelpSettings.server = 'www.webhostingpeople.net/billing/modules/'; should just be LiveHelpSettings.server = '/billing/modules/'; or LiveHelpSettings.server = 'https://webhostingpeople.net/billing/modules/'; <!--<div id="logo"><a href="http://www.webhostingpeople.net/"><img src="templates/whp/images/web-hosting-people.png" alt="WebHostingPeople-fast-reliable-affordable web hosting" title="WebHostingPeople-fast-reliable-affordable web hosting" /></a></div>--> should be <!--<div id="logo"><a href="https://www.webhostingpeople.net/"><img src="templates/whp/images/web-hosting-people.png" alt="WebHostingPeople-fast-reliable-affordable web hosting" title="WebHostingPeople-fast-reliable-affordable web hosting" /></a></div>--> go through and make sure everything is under https 0 Quote Link to comment Share on other sites More sharing options...
WebHostingPeople Posted July 20, 2015 Author Share Posted July 20, 2015 Hello, This issue is from Addon modules of Live chat. This problem is created after Add on live chat (Incremental) for WHMCS 6.0 . Earlier it was working fine. It is due to Insecure URL: http://www.webhostingpeople.net/bill...ges/Online.png that is coming via Add on live chat. All you coding detect that is coming via Add on live chat. In Incremental version Add on live chat has nothing to do as per documentation. 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.