--- Begin Message ---
> A little bit of analysis of why this is needed and okay would be great to
> have here in the commit message ;)
Thanks for the feedback, Fabian! First time with git-email..
I'm adding details with logs here, and a detailed description of the
issue & solution in the commit.
--- Begin Message ---
When pve-http-server initiates the closure of a TLS session, it does not
send a TLS close notify, resulting in an unexpected EOF error on systems
with recent crypto policies. This can break functionality with other
applications, such as Foreman[0].
This behavior can be observ
--- Begin Message ---
Howdy,
Found this while setting up Katello with Proxmox on AlmaLinux 9.
Unexpected EOF when closing some TLS connections results in an error
under the latest crypto policies.
Related bug at theforeman:
* https://github.com/theforeman/foreman_fog_proxmox/issues/325
I thoug
--- Begin Message ---
Signed-off-by: Rob Rozestraten
---
src/PVE/APIServer/AnyEvent.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/PVE/APIServer/AnyEvent.pm b/src/PVE/APIServer/AnyEvent.pm
index 8a52836..771b153 100644
--- a/src/PVE/APIServer/AnyEvent.pm
+++ b/src/PVE/APIServer/AnyEve