diff options
author | Antonio Murdaca <antonio.murdaca@hadlab.com> | 2014-04-01 21:57:33 +0200 |
---|---|---|
committer | Antonio Murdaca <antonio.murdaca@hadlab.com> | 2014-04-08 18:46:52 +0200 |
commit | fbf71f86f3f970c1c9d56c0c5d21b25a8c67d9ed (patch) | |
tree | 5e2fe28162b0cc37f4933a6f7d465948beab969f /ejabberd.yml.example | |
parent | Update Hebrew translation (thanks to Isratine Citizen) (diff) |
Add option to specify openssl options
Diffstat (limited to 'ejabberd.yml.example')
-rw-r--r-- | ejabberd.yml.example | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ejabberd.yml.example b/ejabberd.yml.example index 28f61fdb..2e744103 100644 --- a/ejabberd.yml.example +++ b/ejabberd.yml.example @@ -86,6 +86,12 @@ listen: ## ## certfile: "/path/to/ssl.pem" ## starttls: true + ## + ## Custom OpenSSL options + ## + ## protocol_options: + ## - "no_sslv3" + ## - "no_tlsv1" max_stanza_size: 65536 shaper: c2s_shaper access: c2s @@ -144,6 +150,12 @@ listen: ## ## s2s_certfile: "/path/to/ssl.pem" +## Custom OpenSSL options +## +## s2s_protocol_options: +## - "no_sslv3" +## - "no_tlsv1" + ## ## domain_certfile: Specify a different certificate for each served hostname. ## |