Estoy recibiendo un error 403 forbidden. No puedo cambiar la configuración. No puedo crear un tema y hay más problemas. Añadí WAF al final. Una vez obtuve un error 429 rate limit. ¿Cómo puedo solucionar el problema?
Consola del navegador
Red del navegador
Error de consola cuando una operación falla.
Me temo que no tengo experiencia con WAF, pero una búsqueda ha arrojado un par de temas que pueden o no ser útiles:
I am not allowed to post in How-Tos so I will post this here
Overview
The goal is to add a WAF to existing resources while maintaining performance on a small installation. In this example, we will use a single EC2 instance. Since Discourse is run in docker, we are able to install NGINX on the host and use proxy pass to feed traffic into our docker container. We are also using RDS for PostgreSQL.
[Web%20App%20Reference%20Architecture(3)]
Discourse Configuration
Our first step…
What is the recommended WAF to run in-front of Discourse?
I recently succeeded in modifying the nginx config installed in the Discourse docker container to include ModSecurity and the OWASP (Open Web Application Security Project) CRS (Core Rule Set).
OWASP ModSecurity Core Rule Set (CRS)
So far my tests are great, and ModSecurity appears to play very well with Discourse ootb.
What are other users’ experiences with WAFs & Discourse? Do you have any recommendations other than ModSecurity?
¿Es WAF algo que definitivamente necesitas?
pfaffman
(Jay Pfaffman)
3 Marzo, 2022 10:45
4
¿Cómo instalaste Discourse? ¿Es una instalación estándar?
La corrección de la configuración del WAF solucionó el problema.
1 me gusta