Re: [SR-Users] WSS configuration sample needed

2016-05-09 Thread Daniel-Constantin Mierla
Hello, I haven't used with modparams for long time, can you try with dedicated tls.cfg config file for tls module and set there require_certificate=no? It will reveal if there is a problem on handling the modparams for this feature or something else. Cheers, Daniel On 09/05/16 17:41, Sunil More

Re: [SR-Users] WSS configuration sample needed

2016-05-09 Thread Sunil More
Hello Daniel, I am not using config file. Those are the only parameters that I am using. Regards, Sunil More On May 9, 2016 6:03 PM, "Daniel-Constantin Mierla" wrote: > Hello, > > do you have config modparam set for tls? Like: > > modparam("tls", "config", "/usr/local/etc/kamailio/tls.cfg") > O

Re: [SR-Users] WSS configuration sample needed

2016-05-09 Thread Daniel-Constantin Mierla
Hello, do you have config modparam set for tls? Like: modparam("tls", "config", "/usr/local/etc/kamailio/tls.cfg") Or are those all your parameters for tls module? Cheers, Daniel On 09/05/16 14:05, Sunil More wrote: > Hello Daniel, > > I am using this .. > loadmodule "tls.so" modparam("tls",

Re: [SR-Users] WSS configuration sample needed

2016-05-09 Thread Sunil More
Hello Daniel, I am using this .. loadmodule "tls.so" modparam("tls", "tls_method", "TLSv1") modparam("tls", "certificate", "/usr/local/kamailio/etc/kamailio/cc_kamailio/my_cert.net.crt") modparam("tls", "private_key", "/usr/local/kamailio/etc/kamailio/cc_kamailio/my_key.net.key") modparam("tls",

Re: [SR-Users] WSS configuration sample needed

2016-05-09 Thread Daniel-Constantin Mierla
Hello, look at your tls.cfg file (or modparams for tls module) and change the setting for requiring tls certificate for clients. Cheers, Daniel On 09/05/16 13:44, Sunil More wrote: > Hello All, > > I am trying to connect Kamailio over WSS and the error I get is > "tls_accept: client did not pres