ERR_CONNECTION_RESET after upgrade cyberpanel

After upgrade to 2.4.4 (bbd0c4e136074e97c8413c7a037c20f8d14afd31) from 2.4.4 (???) shows me the “ERR_CONNECTION_RESET” message to all of my sites. My OS is Almalinux 9.

As I see also the session of cyberpanel on browser terminated more quickly.:
{“error_message”: “Session reuse detected, IPAddress logged.”, “errorMessage”: “Session reuse detected, IPAddress logged.”}

My 2nd server with Ubuntu running OK. I think the problem is with Almalinux OS (kernel-devel-5.14.0-570.60.1.el9_6.x86_64).

Finally got it work by disable ModSecurity engine, downgrade it and reinstall it again.

For me the solution is:
When downgrade ModSecurity version to “ols-modsecurity-1.8.3-2.el9.x86_64” and reinstall “ols-modsecurity-1.8.4-8.el9.x86_64” everything working again.

Steps:
Check the versions first:

dnf --showduplicates list ols-modsecurity

Downgrade to previous version with mark “litespeed-update”:

dnf downgrade ols-modsecurity-1.8.3-2.el9.x86_64

Reinstall the modSecurity with the last version:

 yum install ols-modsecurity -y

This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.