Module: kamailio
Branch: master
Commit: 4397e6b8b322f5e706b41e08bdef64af3f114a92
URL:
https://github.com/kamailio/kamailio/commit/4397e6b8b322f5e706b41e08bdef64a…
Author: ÐилÑн ÐалаÑзов <git-dpa(a)aegee.org>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2022-12-09T22:05:40+01:00
misc/examples: change tls_method SSLv23 â TLSv1.2+
---
Modified: misc/examples/outbound/edge_websocket.cfg
Modified: misc/examples/webrtc/websocket.cfg
---
Diff:
https://github.com/kamailio/kamailio/commit/4397e6b8b322f5e706b41e08bdef64a…
Patch:
https://github.com/kamailio/kamailio/commit/4397e6b8b322f5e706b41e08bdef64a…
---
diff --git a/misc/examples/outbound/edge_websocket.cfg
b/misc/examples/outbound/edge_websocket.cfg
index 843ec204b54..79d7de49dca 100644
--- a/misc/examples/outbound/edge_websocket.cfg
+++ b/misc/examples/outbound/edge_websocket.cfg
@@ -89,7 +89,7 @@ modparam("corex", "alias_subdomains",
"MY_DOMAIN")
#!ifdef WITH_TLS
# ----- tls params -----
-modparam("tls", "tls_method", "SSLv23")
+modparam("tls", "tls_method", "TLSv1.2+")
modparam("tls", "certificate",
"/etc/pki/CA/ser1_cert.pem")
modparam("tls", "private_key", "/etc/pki/CA/privkey.pem")
modparam("tls", "ca_list", "/etc/pki/CA/calist.pem")
diff --git a/misc/examples/webrtc/websocket.cfg b/misc/examples/webrtc/websocket.cfg
index 9fa4229c69d..efb1c0baf9a 100644
--- a/misc/examples/webrtc/websocket.cfg
+++ b/misc/examples/webrtc/websocket.cfg
@@ -125,7 +125,7 @@ modparam("corex", "alias_subdomains",
"MY_DOMAIN")
#!ifdef WITH_TLS
# ----- tls params -----
-modparam("tls", "tls_method", "SSLv23")
+modparam("tls", "tls_method", "TLSv1.2+")
modparam("tls", "certificate",
"/etc/pki/CA/ser1_cert.pem")
modparam("tls", "private_key", "/etc/pki/CA/privkey.pem")
modparam("tls", "ca_list", "/etc/pki/CA/calist.pem")