ironic/releasenotes/notes/fix-json-rpc-client-ssl-2438a731beb3d5f9.yaml
Felix Maurer feae197c5a Use TLS for json_rpc when configured
The configuration for json_rpc contains the option use_ssl but its value
was not respected by the json_rpc client. Therefore the client tried to
connect to HTTPS endpoints using HTTP.

Change-Id: I4336d71f57bcfbde90fa7b62a5435a7f9d0a73d3
2020-07-30 17:20:24 +03:00

6 lines
112 B
YAML

---
fixes:
- |
Fixes json_rpc client connections always using HTTP even if `use_ssl` was
set to True.