Skip to content

sio.wait() doesn't survive upgrade from http to https #666

@robotrapta

Description

@robotrapta

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions