]> git.proxmox.com Git - pve-manager.git/commit
fix SSL verify callback for certificate chains
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 22 Nov 2016 13:26:55 +0000 (14:26 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 23 Nov 2016 07:33:32 +0000 (08:33 +0100)
commite099be45b7d369267046fc1dab27a5ab28c7d544
tree2083cf732c602e81a683e134a23aedaefd986e8d
parent83ec8f816a451dbe4e7a3639f2b45a77095bb913
fix SSL verify callback for certificate chains

ignoring parts of the chain means saying they are verified,
because the verify callback results are chained together
starting with the highest depth.
PVE/HTTPServer.pm