Hi,
What are the requirements for connecting with tls/wss.
I have not come across any information or example for this.
My config is working when the client uses ws. However if I change this to use wss, (this
is it only paramter I change) it does not work.
I understand Kamailio does not support DTLS, I set the jssip client DtlsSrtpKeyAgreement
to false to disable this, I also set the tls option to not require or verify certicficates
and it still does not work.
What if other considaerstion do I need to check?
Hi,
Kamailio has nothing to do with DTLS since it handles only sip signalling.
To enable wss support you have to:
- enable tls by "enable_tls=yes"
- add listening socket "listen=tls:x.x.x.x:443" and use this port for
wss connections
- configure tls module.