websockify-other icon indicating copy to clipboard operation
websockify-other copied to clipboard

Glitches using websockify-c

Open ddyer0 opened this issue 2 years ago • 1 comments
trafficstars

I used websockify c as a testbed, but there were a couple glitches.

SSL seems to be unsupported but there's some code that tries to link to it.

There are several chuncks of code that expect the payload of messages to be encoded with base64, but that doesn't seem to be a thing. I nuked the thoughts of base64.

There might have been a few other tweaks. If anyone is paying attention to this, I"ll work with you to provide a satisfactory pull request.

ddyer0 avatar Nov 15 '23 02:11 ddyer0

Nothing in this repo is maintained, unfortunately. The code is also rather old, mostly from before WebSockets were fully standardised.

If you want to make some improvements to the code, then feel free to open pull requests.

CendioOssman avatar Nov 20 '23 08:11 CendioOssman