Skip to content

Commit 5b4482c

Browse files
committed
Added upgrading instructions
1 parent bfb9ab4 commit 5b4482c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

user_guide_src/source/installation/upgrade_444.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@ changed (fixed).
5050
Note that Traditional Rules should not be used to validate data that is not a
5151
string.
5252

53+
The use of the `ssl_key` option in CURLRequest was removed
54+
==========================================================
55+
56+
CURLRequest option `ssl_key` it's not recognized anymore.
57+
If in use, option `ssl_key` must be replaced with option `verify` in order to define the path
58+
to a CA bundle for CURLRequest.
59+
60+
CURLRequest option `verify` can also take *boolean* values as usual.
61+
5362
*********************
5463
Breaking Enhancements
5564
*********************

0 commit comments

Comments
 (0)