summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-json-rpc-client-ssl-2438a731beb3d5f9.yaml
diff options
context:
space:
mode:
authorFelix Maurer <felix.maurer@est.tech>2020-07-29 18:48:21 +0300
committerFelix Maurer <felix.maurer@est.tech>2020-07-30 17:20:24 +0300
commitfeae197c5ad02fa0898a30d4ffaaba8a21d4f884 (patch)
tree93797e20183863102a040112c4069e2cce21d778 /releasenotes/notes/fix-json-rpc-client-ssl-2438a731beb3d5f9.yaml
parentebae6a40f1131f2b4602e7deddd2a8bd6382ae22 (diff)
downloadironic-feae197c5ad02fa0898a30d4ffaaba8a21d4f884.tar.gz
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
Diffstat (limited to 'releasenotes/notes/fix-json-rpc-client-ssl-2438a731beb3d5f9.yaml')
-rw-r--r--releasenotes/notes/fix-json-rpc-client-ssl-2438a731beb3d5f9.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/fix-json-rpc-client-ssl-2438a731beb3d5f9.yaml b/releasenotes/notes/fix-json-rpc-client-ssl-2438a731beb3d5f9.yaml
new file mode 100644
index 000000000..5181f9051
--- /dev/null
+++ b/releasenotes/notes/fix-json-rpc-client-ssl-2438a731beb3d5f9.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Fixes json_rpc client connections always using HTTP even if `use_ssl` was
+ set to True.