After the update all my sites no longer work with the message "The connection has been reset"

Good evening I’ve been having problems since I updated, all my sites don’t work anymore with the message “The connection has been reset” thank you

Try to disable ModSecurity engine and check again.

I’ll try to figure out where is the problem after the update…I’ll be back

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