My webserver (nginx) has the common config to 308 any http requests to https. If I call sio.connect() with an http (not https) URL, everything seems to work fine until my code gets to sio.wait() which after a couple seconds just returns without any error message or anything. But if I specify https manually in the endpoint, then the sio.wait() waits forever like I expect.
My webserver (nginx) has the common config to 308 any http requests to https. If I call
sio.connect()with an http (not https) URL, everything seems to work fine until my code gets tosio.wait()which after a couple seconds just returns without any error message or anything. But if I specify https manually in the endpoint, then thesio.wait()waits forever like I expect.