Erèbe - Romain Gerard
Erèbe - Romain Gerard
Hi back, I add some time to look more into it, and indeed the change is not trivial. First, we need to disable the auto_pong `ws.set_auto_pong(false)` because it forces to...
I need to refacto a bit the stuff, but this commit should do the stuff https://github.com/erebe/wstunnel/commit/f55643550b16ccbb6e8a1211a53654256e83c082
hum, I don't have windows 7. So it will take time until i can investigate the issue.
Try with the port 443 first, not sure port 8443 is allowed everywhere.
Can you provide the logs of the client and server, and both started with `--log-lvl=debug` ?
Hello, It is not possible to fix this at wstunnel level. Check this answer for a more detailed explanation https://github.com/erebe/wstunnel/issues/163#issuecomment-2102274886 The only solution, is for your OpenVPN to try to...
Would you mind describing the issue? Not sure what does imply `disconnecting openvpn`, nor the setup involved.
How do you start the clients and server ?
You can try to set a keepalive/hearthbeat of 20sec on your openvpn client and remove `timeout_sec=0` in the wstunnel client command line. The tunnel should close after detecting inactivity. If...
@CyberShadow it is done autmatically if there 3 un-answered ping. The tunnel is going to close https://github.com/erebe/wstunnel/blob/main/src/tunnel/transport/websocket.rs#L103