Re: [SR-Users] How to enable TLS compression

2014-05-06 Thread liu rixin
ay 6, 2014 10:58 PM To: "Daniel Constantin Mierla"; "Kamailio (SER) - Users Mailing List"; Subject: Re: [SR-Users] How to enable TLS compression The general recommendation from TLS security experts is to never ever use TLS compression. /O On 06 May 2014, at 16:38,

Re: [SR-Users] How to enable TLS compression

2014-05-06 Thread Olle E. Johansson
The general recommendation from TLS security experts is to never ever use TLS compression. /O On 06 May 2014, at 16:38, Daniel-Constantin Mierla wrote: > Hello, > > what libssl version do you have? Some of them have bugs related to > compression and the feature is disabled if such case is di

Re: [SR-Users] How to enable TLS compression

2014-05-06 Thread Daniel-Constantin Mierla
Hello, what libssl version do you have? Some of them have bugs related to compression and the feature is disabled if such case is discovered. You can set debug=3 and send over the log messages from startup. Cheers, Daniel On 06/05/14 11:36, 刘日新 wrote: Hi, all. I has configure kamailio.cf

[SR-Users] How to enable TLS compression

2014-05-06 Thread 刘日新
Hi, all. I has configure kamailio.cfg as below: #!ifdef WITH_TLS modparam("tls", "session_id", "vic22") modparam("tls", "session_cache",1) modparam("tls", "tls_disable_compression",0) modparam("tls", "config", "/usr/cfg/tls.cfg") #!endif I was sure that this configure segment was i