
When TLS is handled by a reverse proxy, use_ssl may be set to False while clients are still supposed to use TLS. Add a new option for that. Change-Id: Ie1be180ce36bbeb81427ea1ed4a2654c880aff2c
7 lines
217 B
YAML
7 lines
217 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new option ``[json_rpc]client_use_ssl``. It can be set to True in
|
|
situations where server-side TLS is handled by a reverse proxy, and thus
|
|
``[json_rpc]use_ssl`` is set to False.
|