improve error message when ssl_version must be set due to the tls_level

Improve the ssl documentation.

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2016-07-25 03:20:53 +02:00
parent c992f58530
commit 03859e89c3
3 changed files with 21 additions and 12 deletions

View File

@ -753,6 +753,9 @@ remotehost = examplehost
# - ssl3 (less desirable than tls1)
# - ssl23 (can fallback up to ssl3)
#
# When tls_level is not set to tls_compat, the ssl_version configuration option
# must be explicitly set.
#
#tls_level = tls_compat