Dietmar,
Thanks implementing this update. I do have two issues issue and I have some related requests.
1) When I limit to the following ciphers, I get the following errors in syslog.
Sep 30 10:45:59 <name removed> pveproxy[443957]: problem with client <ip removed>; ssl3_read_bytes: ssl handshake failure
Sep 30 10:45:59 <name removed> pveproxy[443957]: WARNING: Can't call method "timeout_reset" on an undefined value at /usr/share/perl5/PVE/HTTPServer.pm line 170.
ECDHE-RSA-AES256-SHA384
ECDHE-ECDSA-AES256-SHA384
ECDHE-RSA-AES256-GCM-SHA384
ECDHE-ECDSA-AES256-GCM-SHA384
ECDHE-RSA-AES256-SHA
ECDHE-ECDSA-AES256-SHA
ECDHE-RSA-DES-CBC3-SHA
ECDHE-ECDSA-DES-CBC3-SHA
ECDHE-RSA-AES128-SHA256
ECDHE-ECDSA-AES128-SHA256
ECDHE-RSA-AES128-GCM-SHA256
ECDHE-ECDSA-AES128-GCM-SHA256
ECDHE-RSA-AES128-SHA
ECDHE-ECDSA-AES128-SHA
DHE-RSA-AES256-SHA256
DHE-DSS-AES256-SHA256
DHE-DSS-AES256-GCM-SHA384
DHE-RSA-AES256-GCM-SHA384
DHE-RSA-AES256-SHA
DHE-DSS-AES256-SHA
EDH-RSA-DES-CBC3-SHA
EDH-DSS-DES-CBC3-SHA
DHE-RSA-AES128-SHA256
DHE-DSS-AES128-SHA256
DHE-RSA-AES128-GCM-SHA256
DHE-DSS-AES128-GCM-SHA256
DHE-RSA-AES128-SHA
DHE-DSS-AES128-SHA
2) If you create the /etc/default/pveproxy file, you have to specify POLICY="<some option>". This was not documented anywhere I could find.
3) I see that you have manually disabled SSL Compression in the latest update. This is not an issue with TLS1.1, TLS1.2 and some forms of TSL1.0, so you may want to make it an option in the the /etc/default/pveproxy file with the default as off. Also, I would like to have the following SSL options. These are from apache, so I am not sure how they translate to the web server you are using now.
SSLHonorCipherOrder [ on ]
SSLProtocol [ all SSLv3 TLSv1 TLSv1.1 TLSv1.2 and in the future TLSv1.3 ]
SSLInsecureRenegotiation [ on off ]
SSLCryptoDevice [ Options can be found via openssl engine ]
4) Consider moving the CA certificate file to the local server along with the key and certificate files in case people have servers that use different CA certificates.
5) One more thing... In an archive thread, link is below, you were talking about adding some options to /etc/pve/datacenter.cfg for cipher control of migrations. Were these options ever added?
http://forum.proxmox.com/archive/index.php/t-7539.html