This is an automated email from the ASF dual-hosted git repository. micafer pushed a commit to branch update-changelog in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit 6931d468b3eab35a19c20dff9a30e81ac8c02db5 Author: Miguel Caballer Fernandez <[email protected]> AuthorDate: Wed Mar 25 09:21:57 2026 +0100 Document verify_ssl option for VSphere Add verify_ssl option to bypass SSL verification. --- CHANGES.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 69e838ca8..0fd3472ce 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,12 @@ Changes in Apache Libcloud 3.9.1 Compute ~~~~~~~ +- [VSphere] Add verify_ssl option + + Add verify_ssl option, to enable the user to avoid SSL verification explicitly. + (#2128) + [Miguel Caballer - @micafer] + - [OpenStack] Initial Blazar support This is an initial implementation of Blazar support in Libcloud. It currently
