Hi all,
is it possible to add in http://kamailio.org/docs/modules/4.2.x/modules/tls.html under the line
9.1. |tls_method| (string)
... ...
If rfc3261 conformance is desired, TLSv1 must be used. For compatibility with older clients SSLv23 is a good option.
*Example 1.3. Set |tls_method| parameter*
... modparam("tls", "tls_method", "TLSv1") ...
<
!!! *a warning **that the use of SSLv3 **susceptibility to POODLE Vulnerability* !!!