-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect default port for wss #21
Comments
@edubart Hmm, will you mind creating a pull request to fix this issue? Many thanks! |
jprjr
added a commit
to jprjr/lua-resty-websocket
that referenced
this issue
Dec 24, 2020
This was referenced Dec 24, 2020
Hi all, opened pr #55 to address this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The library is using port 80 instead of 443 for wss:// URLs, giving the following errors:
and
Using :443 in the URL fixes the problem, like
wss://echo.websocket.org:443
The text was updated successfully, but these errors were encountered: