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")