]> git.proxmox.com Git - pve-http-server.git/commit - src/PVE/APIServer/AnyEvent.pm
Add configurable 'honor_cipher_order'
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 15 Feb 2019 11:35:59 +0000 (12:35 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 19 Feb 2019 16:14:14 +0000 (17:14 +0100)
commit54c0ead9164365ee49b0931d5b6226b4b1a3e24c
tree2047dcfda7a4035201d66a4b9767fbfd70bd3833
parent55af714ea828423ed8c4adbfdfd8602b22ff168e
Add configurable 'honor_cipher_order'

Needed to fix #2069.

Prefering the ciphers set in the server, instead of relying on the offer of the
client is considered good practice in TLS1.[012] (see e.g. [0]).

[0] https://cipherli.st/

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
PVE/APIServer/AnyEvent.pm