OpenVPN Connect version 3.4.0 on Android has problems with two-factor authentication, when entering a code from Google authenticator requires you to enter it again. Version 3.3.4 works without problems. In the client logs:
[autumn-thunder-4553] 2024-01-26 13:01:38 ERROR User auth failed "Challenge OTP code"
How can I change the VPN configuration if I understand correctly that all settings are stored in the mongo database? For example, I want to disable compression, how can I do this?
Is it possible to enable tls-crypt-v2? If yes, how to do it?
The fact that version 3.3.4 works without problems was written in the first message. How to solve the problem with version 3.4.0?
Using an old client is, of course, a temporary solution, but sending users to download an older version to a third-party resource is problematic and not entirely correct, it seems to me.
About compression, this was just an example, okay, how to enable compression for a specific server in pritunl? tls-crypt-v2 not planned for future versions?
This will be fixed in the next release. Commit 4ac85ff can be applied to the /usr/lib/pritunl/usr/lib/python3.9/site-packages/pritunl/authorizer/authorizer.py file to fix the issue.