From 5b4482c86dd7b50af8c67901095bda7f9fc20979 Mon Sep 17 00:00:00 2001 From: Nicolae Iotu Date: Fri, 1 Dec 2023 08:58:51 +0000 Subject: [PATCH] Added upgrading instructions --- user_guide_src/source/installation/upgrade_444.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/user_guide_src/source/installation/upgrade_444.rst b/user_guide_src/source/installation/upgrade_444.rst index b3773947ef..77026be667 100644 --- a/user_guide_src/source/installation/upgrade_444.rst +++ b/user_guide_src/source/installation/upgrade_444.rst @@ -50,6 +50,15 @@ changed (fixed). Note that Traditional Rules should not be used to validate data that is not a string. +The use of the `ssl_key` option in CURLRequest was removed +========================================================== + +CURLRequest option `ssl_key` it's not recognized anymore. +If in use, option `ssl_key` must be replaced with option `verify` in order to define the path +to a CA bundle for CURLRequest. + +CURLRequest option `verify` can also take *boolean* values as usual. + ********************* Breaking Enhancements *********************