Fixed typo in doc: tls_1_2 => tls1_2

tls1_2 matches the string in offlineimap/bundled_imaplib2.py and
offlineimap fails when using tls_1_2:
("Invalid SSL version 'tls_1_2' requested for tls_version 'tls_secure'",)

Signed-off-by: Maximilian Kaul <maximilian+git@maximiliankaul.de>
This commit is contained in:
Maximilian Kaul 2017-04-27 17:33:19 +02:00
parent f669b3ea2f
commit 2cbf21593a
No known key found for this signature in database
GPG Key ID: 5EC59C399BD13406
1 changed files with 1 additions and 1 deletions

View File

@ -739,7 +739,7 @@ remotehost = examplehost
#
# It is best to leave this unset, in which case the correct version will be
# automatically detected. In rare cases, it may be necessary to specify a
# particular version from: tls1, tls1_1, tls_1_2, ssl3, ssl23.
# particular version from: tls1, tls1_1, tls1_2, ssl3, ssl23.
#
# tls1_1 and tls1_2 are available with OpenSSL since v1.0.1.
#