feae197c5a
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
6 lines
112 B
YAML
6 lines
112 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes json_rpc client connections always using HTTP even if `use_ssl` was
|
|
set to True.
|