-
alaneHi all, having a problem with websockets in kazoo 4.0 when using https://, nginx server spits out this error "SSL_do_handshake() failed (SSL: error:14201044:SSL routines:tls_choose_sigalg:internal error) while SSL handshaking" , I've narrowed the problem down to kazoo not including the signaling alrorithm extension in the ClientHello hanshake message. If I use curl from the same el7 node the extension is present and
-
alaneit works fine, also same if I use Erlang OTP-23 and try ssl:connect() it works fine. So it seems to be an issue with the crypto package in Erlang OTP-19, anyone got any suggestions?
-
mc_alane: yes, 19 has outdated cipher support, making interop with newer stuff hard
-
mc_you could terminate TLS at nginx and cleartext to kazoo if you trust your network between the two
-
alanemc_: this is websockets so its kazoo -> nginx not the other way round. and it's the nginx that's spitting out the error
-
alanesorry I mean webhooks don't I not websocket
-
alanebut I think for the short term we will use http: rather than https:// as its on a private network
-
mc_alane: ah, yes, same issues apply to OTP 19
-
mc_for initiating the TLS connection
-
mc_there may be settings in nginx to accommodate older clients
-
mc_not sure off hand
-
alanethats what I was hoping but couldn't find anything that worked
-
mentaxIs there a way to have 2 IVR in same account but for different numbers?
-
mc_mentax: two callflows, each with diff "numbers" arrays