Skip to content
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

VPN-client Client Hello should timeout #694

Closed
jdknives opened this issue Feb 24, 2021 · 1 comment
Closed

VPN-client Client Hello should timeout #694

jdknives opened this issue Feb 24, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@jdknives
Copy link
Member

Describe the bug
If the remote shuts down the VPN-server application, the VPN client tries to reconnect and actually succeeds in doing so. It sends a client hello but if the server does not respond with a Server Hello, the client does not timeout. This is problematic, because if the VPN server is restarted later, the connection may look like it is alive, but actually is not. Shutting down the VPN application upon timeout of the Client Hello may be a better option as it clearly indicates that the connection is not live.

@jdknives jdknives added the bug Something isn't working label Feb 24, 2021
@jdknives
Copy link
Member Author

Should also close the route if there is no server Hello.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant