diff options
| author | Attila Molnar <attilamolnar@hush.com> | 2015-03-11 23:53:10 +0100 |
|---|---|---|
| committer | Attila Molnar <attilamolnar@hush.com> | 2015-03-12 19:35:07 +0100 |
| commit | 1bee18fcf4fef8122d4b7f0872497e0a15bc8d53 (patch) | |
| tree | 047795b0665e1270802f998901b217eae091381d /data | |
| parent | a57e41304f80ed332912115a22b08fde03bda893 (diff) | |
m_ssl_openssl: Allow disabling SSLv3 via the config
Diffstat (limited to 'data')
| -rw-r--r-- | data/modules.example.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index be4725816..355572ae0 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -620,6 +620,14 @@ module { name = "help" } */ cert = "data/anope.crt" key = "data/anope.key" + + /* + * As of 2014 SSL 3.0 is considered insecure, but it might be enabled + * on some systems by default for compatibility reasons. + * You can use the following option to enable or disable it explicitly. + * Leaving this option not set defaults to the default system behavior. + */ + #sslv3 = no } /* |
