this does not work for me (on 3.4)???
___
pve-devel mailing list
pve-devel@pve.proxmox.com
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
comments inline:
> To prevent that one time Net:SSL and an outer time IO::Socket::SSL is loaded,
outer?
> ensure that always use the same socket class.
>
> We load the the Net:SSL in AccessControl.pm
where exactly?
> if we call pveupdate,
> but if we call pveam update this module is not load
To prevent that one time Net:SSL and an outer time IO::Socket::SSL is loaded,
ensure that always use the same socket class.
We load the the Net:SSL in AccessControl.pm if we call pveupdate,
but if we call pveam update this module is not loaded an so the default is used
(IO::Socket::SSL).
---
PVE