[pbs-devel] [PATCH proxmox-backup v2 0/3] close #3612: allow config of SSL cipher-suites for proxy
Dietmar Maurer
dietmar at proxmox.com
Wed Jan 5 10:27:21 CET 2022
> But this does not throw an error:
>
> # proxmox-backup-manager node update --cipher-suites-tls2 asdasd,BBB,BBB.XZY,ECDHE-RSA-AES256-SHA
>
> Seems ssl simply ignores all unknown ciphers. The only error is when the list contains no known cipher.
I wonder if we can hardcode the list of available values and parse it correctly? Allowed values would be:
# openssl ciphers -tls1_2
# openssl ciphers -tls1_3
More information about the pbs-devel
mailing list