Ervin Hegedus

Results 605 comments of Ervin Hegedus

> Here we have 2 subrequests `auth_request` and `proxy_pass` which one should be handled... I think this should be the code that is finaly returned to the client? (same about...

Hi @AMoo-Miki, first of all, thank you for your PR. I am sure that this is a very important step towards being able to handle HTTP/3 requests. But I'm not...

Thanks for this PR - the performance improvement is awesome! As I could measure - based on result of own `benchmark` tool it's **better** than 2.5-3% with CRS, I think...

hi @vivekch0976, could you share your `ssl-client_certificate.conf` file? How do your rules look like? And also please take a look about the [new issue](https://github.com/owasp-modsecurity/ModSecurity/issues/new/choose) page: choose a version and please...

Thanks, are you sure the `X-SSL-CERT` header is there? You can set up your debug log: ``` SecDebugLogLevel 9 SecDebugLog /var/log/nginx/modsec_debug.log ``` Restart your Nginx and check again. You have...

Could you show us your output of this command? ``` ldd /etc/nginx/modules/ngx_http_modsecurity_module.so ```

@MuhammetAliKara > I provided the ldd outputs in the issues description, as you can see above. okay, then please clarify what is the mentioned output above? Dependency list of `libmodsecurity3`...

> The dependency list of ngx_http_modsecurity_module.so. Then _please show us the other one's dependency_.

@MuhammetAliKara any news around here? Can we close this issue?

Hi @jpierson-at-riis, > When testing out the basic features of modsecurity, I tried accessing a non-existing page which is included by threat scanning tools to see how modsecurity would handle...