-
-
Notifications
You must be signed in to change notification settings - Fork 367
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
Bug: Control Server endpoint /v1/openvpn/status on non-OpenVPN causes {"outcome":"crashed"} #2277
Comments
@qdm12 is more or less the only maintainer of this project and works on it in his free time.
|
...and just to add, although this was janky and didn't involve a good understanding of the 'updater', this was how I used the Although not the intended behavior (?) This was incredibly useful.
|
I will have a look into it, why it crashes it now. |
I forgot to update this one... Yes, the |
Is this urgent?
No
Host OS
Ubuntu 22.04.4 LTS
CPU arch
x86_64
VPN service provider
IVPN
What are you using to run the container
docker-compose
What is the version of Gluetun
v3 to latest
What's the problem 🤔
Shortly after the close of #2217 I found root cause. I have a wrapper/manager process which makes use of the Control Server. This was previously using the
/v1/openvpn/status
endpoint against a Wireguard configuration. While the documentation does note this is for OpenVPN this functioned fine up to v3 (or later). I've since updated to using/v1/updater/status
instead.Nonetheless, this results in crashing the Gluetun client and attempted restarts as shown in the log below as well as previous bug report.
Share your logs (at least 10 lines)
The text was updated successfully, but these errors were encountered: