Please help - Connect web to Pod
I am trying to connect my website to the Pod using WebSocket. My website is https and I get errors when trying to connect to a Pod port. Does anyone know how to do something like that?
Thanks!
6 Replies
Expose the tcp port from runpod edit button on the pod
@mc_deimon move port to tcp and connect with ip port
cloudflare proxy does not work well with websocket
Yeah then connect to the assigned port from runpod ( can be other port that you assign )
Oh last time I saw there were ws on the docs
Idk if that's only for websites
Yes, I have the tcp ports open internal: 8188 External: 13602
Hmm then?
Oh ws is http right
Mb
Try using sockets?
Yes, I'll try to see if I can make it work. Thank you!