Members Login
Username 
 
Password 
    Remember Me  
 

Topic: [How to] Run Bristleback with secure connection on Tomcat

Page 1 of 1  sorted by
Newbie
Status: Offline
Posts: 1
Date:

[How to] Run Bristleback with secure connection on Tomcat

Permalink   
 

All you need to do is:

var config = {

  serverUrl: "wss://localhost:8443/websocket",

  OnOpen: function (event) { },

  OnClose: function (event) { }

};

 

If you are using not trusted certificate, remember to also update your webapp to use secure connection (otherwise user wont be able to accept not trusted connection in browser)



__________________
Page 1 of 1  sorted by
Quick Reply

Please log in to post quick replies.



Create your own FREE Forum
Report Abuse
Powered by ActiveBoard