File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -185,15 +185,15 @@ URI Options Conversions
185185
186186 Because ``tlsAllowInvalidCertificates`` uses ``true`` to signify that verification
187187 should be disabled and ``ssl_verify_certificate`` uses ``false`` to signify that
188- verification should be enabled , the boolean is inverted before being used to set
188+ verification should be disabled , the boolean is inverted before being used to set
189189 ``ssl_verify_certificate``.
190190
191191 * - tlsAllowInvalidHostnames=Boolean
192192 - ``:ssl_verify_hostname => boolean``
193193
194194 Because ``tlsAllowInvalidHostnames`` uses ``true`` to signify that verification
195195 should be disabled and ``ssl_verify_hostname`` uses ``false`` to signify that
196- verification should be enabled , the boolean is inverted before being used to set
196+ verification should be disabled , the boolean is inverted before being used to set
197197 ``ssl_verify_hostname``.
198198
199199 * - tlsCAFile=String
You can’t perform that action at this time.
0 commit comments