d093cbb3a9
Clearning tls_versions was throwing a TypeError ('NoneType' object is not iterable). This patch fixes that and resets tls_versions and tls_ciphers to their default values set in the API configuration file. Task: 40607 Story: 2007981 Change-Id: I4540bbb2cb5b1200b268300cb8a9f0ad1e5104a9
9 lines
275 B
YAML
9 lines
275 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed an issue where clearing listener TLS versions resulted in a
|
|
server-side error.
|
|
- |
|
|
Fixed an issue where when clearing listener TLS versions and ciphers would
|
|
not apply the default values per defined in the API configuration settings.
|