File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,10 @@ URI Options Conversions
163163 * - tlsAllowInvalidCertificates=Boolean
164164 - ``:ssl_verify => boolean``
165165
166+ NOTE: Because ``tlsAllowInvalidCertificates`` uses ``true`` to sigify that verification
167+ should be disabled and ``ssl_verify`` uses ``false`` to signify that verification should be
168+ disabled, the boolean is inverted before being used to set ``ssl_verify``
169+
166170 * - tlsCAFile=String
167171 - ``:ssl_ca_cert => String``
168172
@@ -178,6 +182,10 @@ URI Options Conversions
178182 * - tlsInsecure=Boolean
179183 - ``:ssl_verify => boolean``
180184
185+ NOTE: Because tlsInsecure uses ``true`` to sigify that verification should be disabled and
186+ ``ssl_verify`` uses ``false`` to signify that verification should be disabled, the boolean
187+ is inverted before being used to set ``ssl_verify``
188+
181189 * - w=Integer|String
182190 - ``{ :write => { :w => Integer|String }}``
183191
You can’t perform that action at this time.
0 commit comments