File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
user_guide_src/source/changelogs Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ Validation rules matches and differs
27
27
Bugs have been fixed in the case where ``matches `` and ``differs `` in the Strict
28
28
and Traditional rules validate data of non-string types.
29
29
30
- CURLRequest option ' ssl_key' eliminated
31
- =======================================
30
+ The use of the ` ssl_key ` option in CURLRequest was removed
31
+ ==========================================================
32
32
33
- CURLRequest option ' ssl_key' was eliminated .
34
- Please use CURLRequest option 'verify' to indicate the path to a CA bundle.
33
+ Due to a bug, we were using the undocumented ` ssl_key ` config option to define the CA bundle in CURLRequest .
34
+ This was fixed and is now working according to documentation. You can define your CA bundle via the ` verify ` option .
35
35
36
36
***************
37
37
Message Changes
You can’t perform that action at this time.
0 commit comments