mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-26 01:06:01 +03:00
[GH-ISSUE #31] Websocket returns error through tunnel #28
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jsmestad on GitHub (Nov 1, 2020).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/31
I had to switch back to ngrok for the time being as I cannot connect a websocket through the tunnel.
When trying to connect, the browser get's stuck throwing
Invalid frame headerwhile trying to connect. This is with a hello world Phoenix app that relies on LiveView if you need something to recreate it.Let me know if I can help any more in tracking down the cause.
@hirschenberger commented on GitHub (Nov 18, 2020):
Same issue here. Very sad.
@agrinman commented on GitHub (Nov 21, 2020):
Thanks for the bug report, will look into this
@gzimh commented on GitHub (Jan 18, 2021):
I don't think this is realted to tunnelto. Inavlid frame header is usually a result of SSL mismatch.
The client request should be secured (e.g socket.io):
or, just use the
httpversion of the generated tunnel:@agrinman commented on GitHub (Apr 26, 2021):
So yes it turns out this is something tunnelto needs to handle as it was previously not processing the WebSocket upgrade. #42 add supports for this and will be merged shortly...
@agrinman commented on GitHub (May 1, 2021):
Fixed it 0.1.16!