From 0cc7f996f0fcf6175629c432b514f2ce929f3d50 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Wed, 18 Jan 2017 18:10:10 +0100 Subject: Fix use shared TLS protocol options for s2s. --- ejabberd/config.d/xmpp-s2s.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ejabberd') diff --git a/ejabberd/config.d/xmpp-s2s.yml b/ejabberd/config.d/xmpp-s2s.yml index a08bfc3..db2942f 100644 --- a/ejabberd/config.d/xmpp-s2s.yml +++ b/ejabberd/config.d/xmpp-s2s.yml @@ -17,6 +17,4 @@ s2s_use_starttls: optional s2s_certfile: 'CERT_PATH' s2s_dhfile: 'DH_PATH' s2s_ciphers: 'TLS_CIPHERS' -s2s_protocol_options: - - "no_sslv2" - - "no_sslv3" +s2s_protocol_options: 'TLS_OPTIONS' -- cgit v1.2.3