We recently upgraded the Protocol version to HTTP2 in /opt/morpheus/embedded/nginx/conf/sites-available
morpheus-ssl.conf and morpheus.conf.
we also Upgraded the Protocol version from HTTP1 to HTTP2 on Load Balancer Target group, since then Morpheus Agents on the Instances are not reporting the Health, Getting the below error in the agent logs,
anyone runinto any of this error before?
024-10-23_20:50:36.77502 16:50:36.774 [main] INFO com.morpheus.agent.Agent - Initializing Result Publisher...
2024-10-23_20:50:36.78448 16:50:36.784 [main] INFO com.morpheus.agent.Agent - Initializing Stats Collection Job Threads...
2024-10-23_20:50:36.78760 16:50:36.787 [main] INFO com.morpheus.agent.Agent - Initializing Stat Poller...
2024-10-23_20:50:37.06452 16:50:37.064 [nioEventLoopGroup-2-1] INFO com.morpheus.agent.websocket.WebSocketClientHandler - WebSocket Client failed to connect
2024-10-23_20:50:37.06493 16:50:37.064 [main] ERROR com.morpheus.agent.websocket.StompClient - Failed to connect websocket: Invalid handshake response getStatus: 464
2024-10-23_20:50:37.06584 16:50:37.065 [main] INFO com.morpheus.agent.Agent - Agent Online!
2024-10-23_20:50:42.06721 16:50:42.067 [Thread-11] WARN com.morpheus.agent.websocket.StompClient - Stomp client is not currently connected!
2024-10-23_20:50:42.06725 16:50:42.067 [Thread-2] WARN com.morpheus.agent.websocket.StompClient - Stomp client is not currently connected!
2024-10-23_20:50:42.06726 16:50:42.067 [Thread-11] INFO com.morpheus.agent.websocket.StompClient - Attempting to reconnect...
2024-10-23_20:50:42.06726 16:50:42.067 [Thread-2] INFO com.morpheus.agent.websocket.StompClient - Attempting to reconnect...
2024-10-23_20:50:47.10208 16:50:47.101 [nioEventLoopGroup-2-3] INFO com.morpheus.agent.websocket.WebSocketClientHandler - WebSocket Client failed to connect
2024-10-23_20:50:47.10224 16:50:47.102 [nioEventLoopGroup-2-2] ERROR com.morpheus.agent.websocket.StompClient - Failed to connect websocket: Invalid handshake response getStatus: 464```