File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -162,6 +162,9 @@ URI Options Conversions
162
162
163
163
* - tlsAllowInvalidCertificates=Boolean
164
164
- ``:ssl_verify => boolean``
165
+ NOTE: Because ``tlsAllowInvalidCertificates`` uses ``true`` to sigify that verification
166
+ should be disabled and ``ssl_verify`` uses ``false`` to signify that verification should be
167
+ disabled, the boolean is inverted before being used to set ``ssl_verify``
165
168
166
169
* - tlsCAFile=String
167
170
- ``:ssl_ca_cert => String``
@@ -177,6 +180,9 @@ URI Options Conversions
177
180
178
181
* - tlsInsecure=Boolean
179
182
- ``:ssl_verify => boolean``
183
+ NOTE: Because tlsInsecure uses ``true`` to sigify that verification should be disabled and
184
+ ``ssl_verify`` uses ``false`` to signify that verification should be disabled, the boolean
185
+ is inverted before being used to set ``ssl_verify``
180
186
181
187
* - w=Integer|String
182
188
- ``{ :write => { :w => Integer|String }}``
You can’t perform that action at this time.
0 commit comments