Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions

You are not logged in.

Announcement

#1 2016-02-27 21:54:30

Creativologist
Member
Registered: 2014-08-23
Posts: 71

Can't get a secure lock (SSL)

In the address bar on a secure web page, you see a green lock to the left of the link in browser address bar.

In your custom theme, you can upload online and offline images.

They are apparently uploaded to /var/storagetheme/   (or storage folder, I don't recall)

However, on a secure web page, the link to the images points to HTTP, and NOT HTTPS

While this is not a security issue, it puts out a warning and says connection is not secure (when you click the green lock in the bar)

Please update the code to point to https

thank you

Offline

#2 2016-02-27 21:56:48

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Can't get a secure lock (SSL)

Hi Creativologist,
this seems to be an issue relative only to you.
Could you post a link where you widget chat is installed?

Thank you.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#3 2016-02-27 22:01:57

Creativologist
Member
Registered: 2014-08-23
Posts: 71

Re: Can't get a secure lock (SSL)

It affects "Custom themes" where images are uploaded. 

The image links point to /var folder via HTTP

as opposed to default theme where images point to "design" folder, like on livehelperchat.com via HTTPS

I cannot show because i have had to remove livehelperchat from our secure shopping cart as we cannot have that security concern for customers.

Last edited by Creativologist (2016-02-27 22:03:36)

Offline

#4 2016-02-27 22:03:31

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Can't get a secure lock (SSL)

I have LHC installed on SSL and is all secure also for the livehelperchat website. So I don't see the issue. Sorry, maybe is me.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#5 2016-02-27 22:04:51

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Can't get a secure lock (SSL)

I AM using custom widget theme and no issue on SSL.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#6 2016-02-27 22:11:07

Creativologist
Member
Registered: 2014-08-23
Posts: 71

Re: Can't get a secure lock (SSL)

i dont know if you can see this page

https://secure.mijireh.com/checkout/1f1 … 48304efc48

Offline

#7 2016-02-27 22:12:55

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Can't get a secure lock (SSL)

Sure I can, is an issue with your webiste.
Please put the URL in this website https://www.whynopadlock.com/check.php

Is your website issue not LHC


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#8 2016-02-27 22:13:18

Creativologist
Member
Registered: 2014-08-23
Posts: 71

Re: Can't get a secure lock (SSL)

this is the exact link of the image (domain changed)

http://mysite.com/livehelp/var/storaget … f30ae7.png

Offline

#9 2016-02-27 22:14:51

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Can't get a secure lock (SSL)

You have insecure chat without SSL integrated in a page SSL. This is not good.
If I open the widget and open a pop up, your chat is not under SSL.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#10 2016-02-27 22:15:20

Creativologist
Member
Registered: 2014-08-23
Posts: 71

Re: Can't get a secure lock (SSL)

and this is the footer code  (domain again changed for privacy)

<script type="text/javascript">
var LHCChatOptions = {};
LHCChatOptions.opt = {widget_height:340,widget_width:300,popup_height:520,popup_width:500,domain:'mydomain'};
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
var referrer = (document.referrer) ? encodeURIComponent(document.referrer.substr(document.referrer.indexOf('://')+1)) : '';
var location  = (document.location) ? encodeURIComponent(window.location.href.substring(window.location.protocol.length)) : '';
po.src = 'https://mysite.com/livehelp/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(ma)/br/(top)/350/(units)/pixels/(leaveamessage)/true/(theme)/1/(survey)/1?r='+referrer+'&l='+location;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
</script>

Offline

#11 2016-02-27 22:16:34

Creativologist
Member
Registered: 2014-08-23
Posts: 71

Re: Can't get a secure lock (SSL)

chat is under ssl
look at the code above

Offline

#12 2016-02-27 22:17:34

Creativologist
Member
Registered: 2014-08-23
Posts: 71

Re: Can't get a secure lock (SSL)

it is FINE with the default theme, not the custom theme

Offline

#13 2016-02-27 22:18:46

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Can't get a secure lock (SSL)

Hi,
try to open your widget chat and after convert to pop up. You will see the link of the chat is different from your Embed code.
You have some redirect or issue on your server configuration.

If I have time I will try to look into this not now sorry.

I think is not LHC issue


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#14 2016-02-27 22:21:54

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Can't get a secure lock (SSL)

Sorry, you have edited something no support... this is not LHC issue.
Your chat widget not work.

Sorry . You can consider commercial support for solve your issue.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#15 2016-02-27 22:27:48

Creativologist
Member
Registered: 2014-08-23
Posts: 71

Re: Can't get a secure lock (SSL)

what do you mean i "edited" something?

Offline

#16 2016-02-27 22:29:10

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Can't get a secure lock (SSL)

When I load your SSL link and I open widget. Widget is frozen in loading.
Also the icon for minimize, pop up or close have a strange address. Is not normal so seems you putted code into LHC CSS or other or you have redirect who are causing the issue.


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#17 2016-02-27 22:30:18

Creativologist
Member
Registered: 2014-08-23
Posts: 71

Re: Can't get a secure lock (SSL)

I have put no code in there, I am not a programmer

Offline

#18 2016-02-27 22:32:15

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Can't get a secure lock (SSL)

I suggest to reinstall Live Helper Chat.
Remove the embed code in the page.

Hope this can fix your issue.
I suggest to download a recent version if you have a version before 2.40
install 2.40 actually the last version 2.44 have a bug on redirect.
You can read the BUG or download version 2.40 from this topic
:
https://github.com/LiveHelperChat/liveh … issues/836


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

#19 2016-02-27 22:34:52

Creativologist
Member
Registered: 2014-08-23
Posts: 71

Re: Can't get a secure lock (SSL)

Thanks, I'll let you know how it goes.

I do appreciate the fast replies

Offline

#20 2016-02-27 23:24:28

PeopleInside
Administrator
From: Italy
Registered: 2014-04-10
Posts: 4,046
Website

Re: Can't get a secure lock (SSL)

tongue


lol PeopleInside - Live helper chat - free limited forum support!
wink For commercial support or GitHub [see FAQ here]
ops If you want to support this open source project, just donate [see support page]
glasses Something wrong with the forum? [contact a superhero]

Offline

Board footer