Skip to content

Commit

Permalink
misc/examples: change tls_method SSLv23 → TLSv1.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and henningw committed Dec 9, 2022
1 parent 5fee7d8 commit 4397e6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/examples/outbound/edge_websocket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion misc/examples/webrtc/websocket.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 4397e6b

Please sign in to comment.