Jump to content

after update v6.01 ssl issue


Recommended Posts

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?

Link to comment
Share on other sites

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

 

 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated