I'm trying to set up a webtunnel bridge using haproxy since that's what
I use for ssl. I have the webtunnel docker image, which is a bit oldish
but seems to be working, is reachable from the internet, listening on
15000 etc. When I connect with a browser using the random string exactly
as it is in the bridge line it finds it and passes it on. That doesn't
work but haproxy did the right thing. I can append anything to that and
haproxy works. When I try to connect from android tor browser using the
browser line, it tries to connect and I see it in the logs but as far as
I can tell is not sending that string. I expected to have trouble with
the websockets but this has never been a problem with haproxy before.
ATM not really sure where to turn other than back to nginx, which after
all is possible but yet another thing to tend, or recompiling, try not
Android?
Thanks