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

Simulate unrecoverable disconnection errors #595

Closed
5 of 6 tasks
keeshux opened this issue Sep 18, 2024 · 1 comment
Closed
5 of 6 tasks

Simulate unrecoverable disconnection errors #595

keeshux opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@keeshux
Copy link
Member

keeshux commented Sep 18, 2024

Recoverable (no error message):

  • .timeout → Timeout
  • .OpenVPN.serverShutdown → Server shutdown

Unrecoverable (do not restart):

  • .authentication → Auth failed
    • Enter bad credentials
  • .crypto → Encryption
    • Set different encryption algorithms without pushing from server
  • .OpenVPN.compressionMismatch → Compression mismatch
    • Set different compression algorithms without pushing from server
  • .OpenVPN.negotiationFailure → TLS
    • Set different CA
@keeshux keeshux self-assigned this Sep 18, 2024
@keeshux keeshux added the bug Something isn't working label Sep 18, 2024
@keeshux keeshux added this to the v3 on TestFlight: 1. MVP milestone Sep 18, 2024
@keeshux keeshux assigned keeshux and unassigned keeshux Sep 18, 2024
@keeshux
Copy link
Member Author

keeshux commented Sep 22, 2024

Can just trigger auth error and set a fake error code to simulate other scenarios.

@keeshux keeshux changed the title Simulate disconnection errors Sep 22, 2024
@keeshux keeshux closed this as completed Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
1 participant