From 5defd3bff3957a664c5ea8130a075142f8b5373a Mon Sep 17 00:00:00 2001 From: Simon Schwichtenberg <33393719+schwichti@users.noreply.github.com> Date: Tue, 18 Oct 2022 23:17:55 +0200 Subject: [PATCH] TlsInsecure effective only when tls=true --- source/reference/connection-string.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/connection-string.txt b/source/reference/connection-string.txt index 128566823a6..21b859f45a4 100644 --- a/source/reference/connection-string.txt +++ b/source/reference/connection-string.txt @@ -553,8 +553,8 @@ Alternatively, you can also use the equivalent :urioption:`ssl=true - Disables various certificate validations. - Set to ``true`` to disable certificate validations. The exact - validatations disabled vary by drivers. Refer to the + Set `tlsInsecure` and `tls` to ``true`` to disable certificate validations. The exact + validations disabled vary by drivers. Refer to the :driver:`Drivers ` documentation. .. include:: /includes/fact-uri-option-availability.rst