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
185
185
186
186
Because ``tlsAllowInvalidCertificates`` uses ``true`` to signify that verification
187
187
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
189
189
``ssl_verify_certificate``.
190
190
191
191
* - tlsAllowInvalidHostnames=Boolean
192
192
- ``:ssl_verify_hostname => boolean``
193
193
194
194
Because ``tlsAllowInvalidHostnames`` uses ``true`` to signify that verification
195
195
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
197
197
``ssl_verify_hostname``.
198
198
199
199
* - tlsCAFile=String
You can’t perform that action at this time.
0 commit comments