Merge pull request #1871 from nextcloud/backport/1870/stable18

[stable18] Fix typo TSL -> TLS
This commit is contained in:
John Molakvoæ 2020-03-09 10:20:04 +01:00 committed by GitHub
commit 7513888515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -363,7 +363,7 @@ for your SSL-based server.
Solution 2
^^^^^^^^^^
The Windows WebDAV Client might not support TSLv1.1 / TSLv1.2 connections. If
The Windows WebDAV Client might not support TLSv1.1 / TLSv1.2 connections. If
you have restricted your server config to only provide TLSv1.1 and above the
connection to your server might fail. Please refer to the WinHTTP_ documentation
for further information.