[pbs-devel] [PATCH proxmox-backup 0/3] close #3612: allow config of SSL cipher-suites for proxy
Hannes Laimer
h.laimer at proxmox.com
Thu Dec 16 17:31:06 CET 2021
Cannot be configured in the WebUI, only through proxmox-backup-manager,
api or in the config file directly(not recommended). For changes to take
effect the proxy has to be restarted.
Since the string can be rather long and I assume most of the time the
defaults are used, it is not in the WebUI.
Hannes Laimer (3):
config: add cipher-suites to NodeConfig
proxy: use ssl cipher-suites from config if set
api2: make cipher-suites updatable
src/api2/node/config.rs | 4 ++++
src/bin/proxmox-backup-proxy.rs | 6 ++++++
src/config/node.rs | 13 +++++++++++++
3 files changed, 23 insertions(+)
--
2.30.2
More information about the pbs-devel
mailing list