Enable secured chat on unsecured pages

Can I force https secure chats on http pages?

LiveHelpNow live chat software code snippets automatically detect if the chat window is being launched on a secured page and opens a 256-bit AES (financial grade) SSL secured chat session accordingly.

You can force a chat window to always secure chat sessions without making code changes. Simply switch to Admin Panel > Customization > Chat window, select a window and check the box under Force SSL:

 

Alternate method using on-page code-

Forcing SSL (secure) live chat sessions on a specific page may be achieved by simply adding this line of code to the LiveHelpNow code installed on the page:

var lhnJsHost = "https://";

Related articles