Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi Remigijus,
The HTTPS functions properly in the visitor's chat and also works in the admin area when the admin logs in, but the moment the chat is accepted by the admin at the URL "/index.php/site_admin/chat/chattabs/" the HTTPS breaks stating that the page is not secure.
Please can you check this?
Also 2 days back I see an update at https://github.com/remdex/livehelperchat/commit/3f9fcd194d98a3f73c5a4b5e3935fdeca6690d4a
Is that update necessary? and what was that update for?
Best Regards,
Sanson
Offline
1. I see regarding https
2. Some file types were not accepted even if they were entered in back office.
2013/12/20 Sanson D'silva <swif...***.com>
Offline
Ok just looked https is your issue. Like there is no defined variable is it https ot http. It heritages current site mode.
2013/12/20 Remigijus Kiminas <rem...***.com>
Offline
Yes the current site mode is https
I use force https connection in my .htaccess file
---------------------------------------------------
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.domain.com/$1 [R,L]
---------------------------------------------------
As I told that "the moment the chat is accepted by the admin at the URL "/index.php/site_admin/chat/chattabs/" the HTTPS breaks stating that the page is not secure."
I think that "chattabs" is calling some elements in the HTML that is on http connection, I have checked the sorce but I get no clue, there could be some http calls in the JS or CSS files...
Can you tell me the list of files (JS and CSS) that are used in the "chattabs"page and I can examine them and post an update with my findings.
Offline
I spotted the issue...
I used HttpFox firefox addon to troublshoot the https requests..
https://addons.mozilla.org/en-US/firefox/addon/httpfox/developers
-----------------------------------
image/png >> http://maps.google.com/maps/api/staticmap?zoom=13&size=400x300&maptype=roadmap&center=13.083300,80.283302&sensor=false&markers=color:green|13.083300,80.283302
-----------------------------------
That is the only NON https request made from the chatbox. So where do you call http://maps.google.com/ ?
If we modify the URL from "http://maps.google.com/" to "//maps.google.com/" it should fix the problem...
Offline
Hi,
I fix it in few hours
2013/12/20 Sanson D'silva <swif...***.com>
I spotted the issue...
Offline
Here is your commit, try to change this single template and clear a cachehttps://github.com/remdex/livehelperchat/commit/0c1e48691b046a02e28dc577f7468fa53b409bae
2013/12/20 Remigijus Kiminas <rem...***.com>
Offline
Thanks Remigijus for the Fix,
And did you see my other question?
"Also 2 days back I see an update at https://github.com/remdex/livehelperchat/commit/3f9fcd194d98a3f73c5a4b5e3935fdeca6690d4a
Is that update necessary? and what was that update for?"
Offline
Not sure what other, i just fixed that maps use // instead of full address.
2013/12/20 Sanson D'silva <swif...***.com>
Thanks Remigijus for the Fix,
Offline
Pages: 1