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

Any plans to support openvpn3 #71

Open
bfichter opened this issue Jun 21, 2024 · 0 comments
Open

Any plans to support openvpn3 #71

bfichter opened this issue Jun 21, 2024 · 0 comments

Comments

@bfichter
Copy link

Hello!

I am trying to use this action, but am running into this issue:

2024-06-21 19:16:17 AUTH: Received control message: AUTH_FAILED,The version of OpenVPN Connect client installed on this device is not compatible. Please download the latest version from https://openvpn.net/vpn-client/

We manage our VPN with CloudConnexa, and I believe this requires using openvpn3. I'm currently installing openvpn as per the README here like so:

- name: Install OpenVPN
        run: |
          sudo apt update
          sudo apt install -y openvpn openvpn-systemd-resolved

Which is installing 2.5.9 for me:

Setting up openvpn (2.5.9-0ubuntu0.22.04.2)

.

Any plan to support openvpn3? Or any tips on how to easily extend this action to use openvpn3? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant