]> git.proxmox.com Git - pve-apiclient.git/commit
raise exception if manual fingerprint verification failed
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 14 Dec 2017 10:12:06 +0000 (11:12 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Thu, 11 Jan 2018 11:03:44 +0000 (12:03 +0100)
commit8153e67107c8b8fc4a430f8c20bdd1d9bef9314e
treea4f43c1e5360aecd980a46ff0472f1c28793aa80
parent097484f42dd972b5ee8ce5b4b4449ecc4f3428b8
raise exception if manual fingerprint verification failed

If a fingerprint could not be verified automatically or manually
raise an exception to ensure that we do not continue with handling
the problematic or even evil response.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/APIClient/LWP.pm