>>However, websocket updates are sent for every order.
@sujith , you mean we should be receiving all order status updates in function "on_ticks" or any other callback function?
Nevermind. It worked with a local tunnel. But, in case you can help why its not working with a public IP and self signed certificate would be good to know.
This is what I am using sujith. 3.109.197.236 is my public IP. what could be the issue here. I am using self signed cert and pem files. while I am getting request on other flask app on the same server, not getting anything from kite.
@app.route('/k…
Hi Rakesh,
I have set "https://3.109.197.236/kite_feed" in my zerodha kite app and expecting data in python flask app. I tested manually sending data from above URL and its working, however, I didn't receive anything when I placed any order from API…