ranarana
ranarana
RRunPod
Created by ranarana on 1/7/2025 in #⛅|pods
How to handle these WebSocket connections?
I set up an HTTP service on my Runpod, but there are continuous WebSocket connection requests coming in. I want to understand why these requests are occurring and how to stop them. My service is being significantly disrupted by these requests.They seem to share the same internal IP and client ID: INFO: ('**', 55730) - "WebSocket /ws?clientId=6d901a86659e4e78bfcc32b69bd5f68f" 403 INFO: connection rejected (403 Forbidden) INFO: connection closed INFO: ('100.64.0.32', 39206) - "WebSocket /ws?clientId=6d901a86659e4e78bfcc32b69bd5f68f" 403 INFO: connection rejected (403 Forbidden) INFO: connection closed INFO: ('100.64.0.35', 36208) - "WebSocket /ws?clientId=6d901a86659e4e78bfcc32b69bd5f68f" 403 INFO: connection rejected (403 Forbidden) INFO: connection closed INFO: ('**', 33278) - "WebSocket /ws?clientId=6d901a86659e4e78bfcc32b69bd5f68f" 403 INFO: connection rejected (403 Forbidden) INFO: connection closed INFO: ('**', 35990) - "WebSocket /ws?clientId=6d901a86659e4e78bfcc32b69bd5f68f" 403 INFO: connection rejected (403 Forbidden) INFO: connection closed INFO: ('**', 46800) - "WebSocket /ws?clientId=6d901a86659e4e78bfcc32b69bd5f68f" 403 INFO: connection rejected (403 Forbidden) INFO: connection closed INFO: ('***', 33096) - "WebSocket /ws?clientId=6d901a86659e4e78bfcc32b69bd5f68f" 403 INFO: connection rejected (403 Forbidden) INFO: connection closed
12 replies