skip to Main Content

nginx, reverse proxy wss, spring boot

Trying to setup reverse proxy with WS support, but I'm getting 403 (forbidden). I'm confused why it happen, because everything works as expected without proxy. My config is here: server { root /var/www/html8080; server_name game.memoux.com; # managed by Certbot listen…

VIEW QUESTION

Nginx – Problem installing Issuer (cert-manager) inside GKE cluster tls: failed to verify certificate: x509: certificate signed by unknown authority

I have a problem during the installation of an Issuer inside GKE. I follow this guide https://cert-manager.io/docs/tutorials/acme/nginx-ingress/#step-5---deploy-cert-manager. My steps were: Creation of an autopilot cluster via Google Cloud Console Install nginx ingress controller via helm (https://cert-manager.io/docs/tutorials/acme/nginx-ingress/#step-2---deploy-the-nginx-ingress-controller) I read the EXTERNAL…

VIEW QUESTION

Mitigating HTTP flood attacks on AWS: Nginx configuration vs. AWS Shield Advanced and Web Application Firewall

I'm currently researching the best options for mitigating and avoiding HTTP flood attacks while hosting infrastructure on AWS. Here's an article published from cloudflare.com recently discussing this matter https://blog.cloudflare.com/cloudflare-mitigates-record-breaking-71-million-request-per-second-ddos-attack/ Based on my understanding, AWS Shield standard may not cover something…

VIEW QUESTION
Back To Top
Search