diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-04-02 14:54:39 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-04-02 14:54:39 +0100 |
commit | 7006ee24ecfd9d8f405f70d38cc36bdd91f8de87 (patch) | |
tree | 94117a19aa3ed9d0d940efa6509728317838749b /doc/doc-docbook | |
parent | d8ac03161cd960f2ad026e0a11c2614519c4a8be (diff) |
Openssl: disable session-tickets by default and session-cache always
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index c78995f82..79ecb543f 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -15690,7 +15690,7 @@ harm. This option overrides the &%pipe_as_creator%& option of the &(pipe)& transport driver. -.option openssl_options main "string list" "+no_sslv2 +single_dh_use" +.option openssl_options main "string list" "+no_sslv2 +single_dh_use +no_ticket" .cindex "OpenSSL "compatibility options" This option allows an administrator to adjust the SSL options applied by OpenSSL to connections. It is given as a space-separated list of items, |