diff options
Diffstat (limited to 'ejabberd')
-rw-r--r-- | ejabberd/config.d/xmpp-s2s.yml | 4 |
1 files changed, 1 insertions, 3 deletions
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' |