-
Fixing WebSocket Handshake Failures in Apache2 with SpringBoot
Recently, I encountered an issue while setting up WebSocket connections through an Apache reverse proxy to Spring Boot application. The error message in application log like below. This error occurs when WebSocket connection fails to establish properly through Apache2 reverse proxy. The Problem When running Spring Boot application behind an Apache reverse proxy, Websocket requires…