Redmar Kerkhoff

Results 2 comments of Redmar Kerkhoff

change the (above) example code to the following to make it work: ``` def start_link(opts \\ []) do WebSockex.start_link("wss://echo.websocket.org/?encoding=text", __MODULE__, :fake_state, ssl_options: [ ciphers: :ssl.cipher_suites() ++ [{:rsa, :aes_128_cbc, :sha}] ]...

for me it installed without errors by upgrading node-inspector from 0.12.3 to 0.12.8. (node version 6.3.0 and npm version 3.10.3)