i'm trying write service, service websocketserver written in nodejs, express , ws module. service should installed node-webkit locally on computer(on localhost) communicate web site in https:// exchange information. problem is, need trusted certificate localhost(its not possible), because browsers give warning if use self signed certificate. know can ignore warning, in future software should distribuited, , dont want give warning future clients. there way resolve problem?
use 1 of following options work around this:
package client-side interface browser extension
setup message queue transforms messages node server websocket requests
use paas provider free certificates proxy domain
references
Comments
Post a Comment