python-cinderclient/releasenotes/notes/bug-1915996-3aaa5e2548eb7c93.yaml
sri harsha mekala 9c2e8df948 Support passing client certificates for server version requests
Using the cinderclient to fetch server versions will fail with error
`OpenSSL.SSL.Error: [sslv3 alert handshake failure]` when the server
requires client certificates to be passed with these requests.

Added the optional parameter `cert` to both get_server_version
get_highest_client_server_version and methods so that users can have
the option to pass client certificates while fetching server versions.

Also support passing mTLS certificate/key to HTTPClient

Closes-Bug: #1915996
Change-Id: I57c665dd9d4b8c32e5f10994d891d1e0f5315548
Signed-off-by: sri harsha mekala <smekala@oath.com>
2021-03-09 09:16:31 -08:00

8 lines
200 B
YAML

---
fixes:
- |
`Bug #1915996 <https://bugs.launchpad.net/python-cinderclient/+bug/1915996>`_:
Passing client certificates for mTLS connections was not supported
and now has been fixed.