Skip to content

Commit 646b512

Browse files
committed
Revert "Fix RUBY-1766 Typo in tlsAllowInvalidCertificates and tlsAllowInvalidHostnames"
This reverts commit f07620d.
1 parent 0de8c1b commit 646b512

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/ruby-driver-create-client.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)