You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as we don't have the SSL/TLS option on WebSocket and listener yet and we need to use an load balancer like nginx for this purpose so I think that's would be good if we have the host option and could choose the localhost and proxy to SSL with load balancer .
Hey
can we have
hostoption on ws server listener ?https://github.com/interledgerjs/ilp-plugin-btp/blob/master/src/index.ts#L96
can be added easily on
WebSocketServerparamshttps://github.com/interledgerjs/ilp-plugin-btp/blob/master/src/index.ts#L196
https://github.com/websockets/ws/blob/master/doc/ws.md#new-websocketserveroptions-callback
as we don't have the SSL/TLS option on WebSocket and listener yet and we need to use an load balancer like
nginxfor this purpose so I think that's would be good if we have the host option and could choose thelocalhostand proxy to SSL with load balancer .Regards