asterisk / node-ari-client

Node.js client for ARI. This library is best effort with limited support.
Other
253 stars 99 forks source link

connecting over wss doesn't work #57

Closed danjenkins closed 8 years ago

danjenkins commented 8 years ago

The library expects to connect to Asterisk's Websocket over WS, but in my current scenario, Asterisk has TLS and port 80 isnt exposed to the public internet. And so I'm connecting via WSS - the lib hardcodes WS - we should make this configurable

samuelg commented 8 years ago

Sounds like an awesome feature. Would definitely merge that PR!

samuelg commented 8 years ago

Closing this as a fix has been merged