Re: [OpenSIPS-Users] TLS issue with WSS

2019-03-12 Thread Volkan Oransoy
Hi Bogdan, I have tried so many things to solve the issue and I can confirm that this is a Chrome related one. I use this js phone https://collecttix.github.io/ctxSip/ to test my environment and it works well on Firefox. Thank you for your help. Bogdan-Andrei Iancu , 5 Mar 2019 Sal, 18:59 tarih

Re: [OpenSIPS-Users] TLS issue with WSS

2019-03-05 Thread Bogdan-Andrei Iancu
Hi Volkan, The SSL_accept() fails (part of the SSL lib), meaning that the SSL handshake failed (maybe the incoming conn was not actually TLS??). I have to admit the log does not give more details on the error, but are you sure the incoming connection is a TLS valid one ? Regards, Bogdan-And

[OpenSIPS-Users] TLS issue with WSS

2019-02-27 Thread Volkan Oransoy
Hi all, I am trying to apply this tutorial to my test environment but I couldn't solve a problem with TLS handshake. https://www.opensips.org/Documentation/Tutorials-WebSocket-2-2 My configuration is simply like that. listen=ws:10.10.10.10:8080 listen=wss:10.10.10.10:443 ... loadmodule "proto_tl