Skip to content

Commit ab25092

Browse files
Update user_guide_src/source/changelogs/v4.4.4.rst
Co-authored-by: Michal Sniatala <[email protected]>
1 parent 25b6d40 commit ab25092

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user_guide_src/source/changelogs/v4.4.4.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Validation rules matches and differs
2727
Bugs have been fixed in the case where ``matches`` and ``differs`` in the Strict
2828
and Traditional rules validate data of non-string types.
2929

30-
CURLRequest option 'ssl_key' eliminated
31-
=======================================
30+
The use of the `ssl_key` option in CURLRequest was removed
31+
==========================================================
3232

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.
3535

3636
***************
3737
Message Changes

0 commit comments

Comments
 (0)