Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Pages: 1
Hi all.
I'm try to use desktop client fro windows but it dosen't connect to the server, can that be cause I'm using ssl?
Offline
Hi,
No, desktop client supports SSL also. Make sure you are entering address with https://
Offline
of course adress with https:// , but dosen't connect. In nginx I'm use redirect from http to https that why asked about ssl:
listen 80;
server_name domain
return 301 https://$server_name$request_uri; # enforce https
rewrite ^(.*) https://domain$uri permanent;
When try to login using http I'm recive error "Authentication failed" (thinked that is logical program doesn't understand redirects), when using https nothing happens.
Offline
Sorry, but here all works.
1. You can try to connect to demo.livehelperchat.com it has https also, if you can do that it means there is problem on your side.
2. In any case there is commercial support if you need one...
Offline
Pages: 1