Kayako logo
Now Implemented (V3) Feature requests that have been implemented.

Reply
 
LinkBack (1) Thread Tools Search this Thread Rate Thread Display Modes
  1 links from elsewhere to this Post. Click to view. (#1) Old
yitc Offline
New Member
 
Posts: 27
Join Date: Apr 2004
System -> Absolute support for SSL/Non-SSL pages - 04-09-2005, 03:04 AM

Hi Varun,

Can you please start implementing code so eSupport/eSuite can be accessed via both http:// or https://

At this time you can only support one or the other not both which is a pain for people who want to use the normal site mostly and only use use the https:// when entering things like password and other sensitive information.

At this time most people who use my esupport have the site bookmarked as well its on my litrature but if I swap to SSL the old http:// stops working correctly.

Other software I use can handle both and after trying we found the problem to be with the html code that espport is generating as the html code directly refereces http://*site or http://*site instead of just *site

Hope you can get this going as it will be a great to have this ssl functionality, keep up the good work.
   
Reply With Quote
  (#2) Old
MisterPopularity Offline
New Member
 
MisterPopularity's Avatar
 
Posts: 26
Join Date: Aug 2005
Location: Boston, MA
05-09-2005, 11:25 AM

i second this!
   
Reply With Quote
  (#3) Old
Varun Shoor Offline
Chief Executive Officer
 
Varun Shoor's Avatar
 
Posts: 2,829
Join Date: May 2003
13-09-2005, 07:38 PM

I will see what I can do, You want this functionality for just Client Support Center or all over?

Regards,

Varun Shoor


Varun Shoor (varun.shoor ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#4) Old
bennyDK Offline
New Member
 
Posts: 1
Join Date: Sep 2005
16-09-2005, 12:33 PM

It would be really cool if you could use http for client area and https for staff and admin.

/bennyDK
   
Reply With Quote
  (#5) Old
yitc Offline
New Member
 
Posts: 27
Join Date: Apr 2004
16-09-2005, 01:24 PM

Yes please, both user and staff areas to be able to be access via either http:// or https:// .

Regards, Chris
   
Reply With Quote
  (#6) Old
eMax Offline
Member
 
Posts: 63
Join Date: Nov 2003
08-10-2005, 12:50 AM

I'm bumping this since ticket submissions and client/admin area should always be under SSL but there should be no reason why the knowledgebase needs to stay under SSL.

I fact it slows it down. This system needs to support this!
   
Reply With Quote
  (#7) Old
MisterPopularity Offline
New Member
 
MisterPopularity's Avatar
 
Posts: 26
Join Date: Aug 2005
Location: Boston, MA
08-10-2005, 02:13 AM

live chat needs to be under SSL too. I dont want my customers giving us credit card information under NON secure environments.

It would be easy to remove the "http://" from the core and just parse the subdomain.domain.tld in the URL variables and let the browser handle the rest.
   
Reply With Quote
  (#8) Old
tmarshburn Offline
New Member
 
Posts: 3
Join Date: Oct 2005
Live Support (hosted v3) HTTPS issues - 18-10-2005, 06:43 AM

We always use the https protocol with our applications so that all confidential information is encrypted in transit. Is this possible to add the LiveSupport (Hosted v.3) code to an HTTPS site?

We are using the Hosted version of SupportSuite v3 and when I changed the LiveSupport url to use https, it stops working. Do you know what url we can use for LiveSupport that has https?
   
Reply With Quote
  (#9) Old
alansp Offline
Member
 
Posts: 47
Join Date: Jan 2005
18-10-2005, 12:29 PM

This is a must! Great request guys!
   
Reply With Quote
  (#10) Old
mrcbrown Offline
New Member
 
Posts: 1
Join Date: May 2005
18-10-2005, 02:31 PM

When I sign-up for the software, do I need to specify https:// to be able to use SSL? or will the http://www.mydomain.com/ cover both SSL/Non-SSL connections? (aka whichever I choose).

Hoping someone can answer here vs. me having to open another ticket and nag support Just got my activation today, just don't want to generate a key and lock myself into non-ssl or ssl only, as many have said in this thread, it'd be nice to have it both ways. Any info is appriciated.
   
Reply With Quote
  (#11) Old
MisterPopularity Offline
New Member
 
MisterPopularity's Avatar
 
Posts: 26
Join Date: Aug 2005
Location: Boston, MA
23-10-2005, 02:17 PM

well not only during sales and checkout, but I want my visitors chatting over SSL at all times because I might ask for sensitive account information, credit card numbers, etc.
   
Reply With Quote
  (#12) Old
lepa Offline
New Member
 
Posts: 14
Join Date: Aug 2005
Location: Beijing
23-10-2005, 02:26 PM

I third that - need https support - now we end up turning off livesupport on https pages - and it is at those time (like during checkout) - when the customer is on the https that they may have a question or two.


PearlsOnly.com - Quality Pearls Online - www.pearlsonly.com
See what is possible with SupportSuite - www.pearlsonly.com/customercare or www.pearlsonlyoutlet.com/customercare

Last edited by lepa; 04-10-2006 at 03:09 PM.
   
Reply With Quote
  (#13) Old
manolodf Offline
New Member
 
Posts: 19
Join Date: Nov 2004
18-09-2006, 03:16 PM

It would be an incredibly useful tool for me as well. My main issue is the liveresponse icon causes errors for customers when they get to https after they add to cart, and if liveresponse only ran in https full time, or knew how to switch it would be great.
   
Reply With Quote
  (#14) Old
B00MER Offline
New Member
 
Posts: 7
Join Date: Jan 2006
Thumbs down 18-09-2006, 04:18 PM

Its pretty lame of kayako, not to support https for html integration, do they think everyone uses just http for their sites?!!? Defeats the purpose of even having an integration method.

Personally I consider this a BUG, as running the entire support over https is NOT a solution!!! It's a band-aid. Fix the problem kayako!

Last edited by B00MER; 18-09-2006 at 04:20 PM.
   
Reply With Quote
  (#15) Old
B00MER Offline
New Member
 
Posts: 7
Join Date: Jan 2006
Talking Fix - 18-09-2006, 05:05 PM

Scenerio, kayako installed under subdir /support/ off public_html

Edit modules/livesupport/visitor_htmlcode.php

Locate:

PHP Code:
ob_start(); 
BEFORE this line add:

PHP Code:
$_SWIFT["swiftpath"] = "/support/"
Next locate:

PHP Code:
$proactivetmpl $template->displayTemplate("proactivechatdiv"); 
Change this line to:

PHP Code:
$proactivetmpl eregi_replace('http://www.yourdomain.com/support/',"/support/",$template->displayTemplate("proactivechatdiv")); 
Next locate:

PHP Code:
document.write("<?php echo addslashes(str_replace("\n"""str_replace("\r\n""\n",$template->displayTemplate("chatimage")))); ?>");
Change this line to:

PHP Code:
document.write("<?php echo addslashes(str_replace("\n"""str_replace("\r\n""\n",eregi_replace('http://www.yourdomain.com/support/',"/support/",$template->displayTemplate("chatimage"))))); ?>");
Also be sure you are using https within the JS include statement that you've pasted anywhere:
Code:
<!-- Begin SupportSuite Javascript Code -->
<script language="javascript" src="https://www.yourdomain.com/support/visitor/index.php?_m=livesupport&_a=htmlcode"></script>
<!-- End SupportSuite Javascript Code -->
This should cause the JS to load over HTTPS, and any subsequent image requests from within visitor_htmlcode.php that the above script src includes to be rewritten to just /support/ instead of http://www.yourdomain.com/support/ making the Mixed HTTP/HTTPS errors disappear.

NOTE, obviously your going to want to change www.yourdomain.com and support to your relative kayako installation domain and directory.

Hope this helps anyone out, until Kayako can come up with a better out of box resolution.

Last edited by B00MER; 18-09-2006 at 05:08 PM.
   
Reply With Quote
Reply

Tags
>, absolute, pages, ssl or nonssl, support

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://forums.kayako.com/f93/system-absolute-support-ssl-non-ssl-pages-4612/
Posted By For Type Date
Kayako Bug Tracker - Viewing Issue #357 - Full SSL support inc. for chat icon/loader This thread Refback 23-03-2008 12:30 AM

Similar Threads
Thread Thread Starter Forum Replies Last Post
SLAs -> Option to completely disable SLA and escalation system Jamie Edwards Now Implemented (V4) 1 31-01-2008 12:37 PM
New Build: 3.10.02 STABLE Ryan Lederman News and Announcements 0 05-03-2007 09:53 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46