Market Data Websocket not connecting

Market Data Feed websocket suddenly not connecting. It was working fine last week. Please let me know if any changes introduced. I can see authorize api call properly returning the websocket url but when trying to connect its not connecting. Can you kindly check if its something blocked my connection at cloudflare?

API Key : af3bef44-f4ed-49de-a002-685facb1c99a

Could you please provide the error message you are encountering while connecting to the WebSocket for further investigation? Additionally, sharing the cURL request would be helpful.

Thank you

curl ‘wss://wsfeeder-api.upstox.com/market-data-feeder/v2/upstox-developer-api/feeds?requestId=2b2e36b8-900f-443c-997f-8a703b0b44c3&code=zCmtU-f25594a8-2458-4f2d-8db5-7474b35b0b62’
-H ‘Pragma: no-cache’
-H ‘Origin: https://chart.tradingcandle.com
-H ‘Accept-Language: en-GB,en-US;q=0.9,en;q=0.8’
-H ‘Sec-WebSocket-Key: +YOcYZQtRcJCyq9VA47JnQ==’
-H ‘User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36’
-H ‘Upgrade: websocket’
-H ‘Cache-Control: no-cache’
-H ‘Connection: Upgrade’
-H ‘Sec-WebSocket-Version: 13’
-H ‘Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits’

The same is working sometimes but at sometimes websocket goes to CLOSED state immediately after trying to establish the connection.

I am facing the same issue since last week. I do not understand why this is happening.

API Key: 135bc69e-bbce-462c-9254-7232e4cb7224

in my case there is no error message, it is just that the websocket does not connect.

Verify that websocket are at same port

port is not the issue. I believe my Auth token is blocked or something, because the same code is working perfectly on my friend’s auth token.