We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb9ab4 commit 5b4482cCopy full SHA for 5b4482c
user_guide_src/source/installation/upgrade_444.rst
@@ -50,6 +50,15 @@ changed (fixed).
50
Note that Traditional Rules should not be used to validate data that is not a
51
string.
52
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
62
*********************
63
Breaking Enhancements
64
0 commit comments