mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-07-24 20:20:13 +00:00
pveproxy: set method to tlsv1 - required for IE
IE does not work without setting this. Seems TLSv1_1 and TLSv1_2 requires Net::SSLeay >= 1.55 (see AnyEvent::TLS). So this should work when we upgrade to Debian 'jessie'.
This commit is contained in:
parent
7ba6e873fe
commit
47c8f4d282
@ -107,6 +107,7 @@ sub init {
|
||||
ssl => {
|
||||
# Note: older versions are considered insecure, for example
|
||||
# search for "Poodle"-Attac
|
||||
method => 'tlsv1',
|
||||
sslv2 => 0,
|
||||
sslv3 => 0,
|
||||
cipher_list => $proxyconf->{CIPHERS} || 'HIGH:MEDIUM:!aNULL:!MD5',
|
||||
|
Loading…
Reference in New Issue
Block a user