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

Can I use an .ovpn config file with login/password for connection via the AmnesiaWG Windows App? #816

Open
n8creator opened this issue May 19, 2024 · 0 comments

Comments

@n8creator
Copy link

Hi! I use the AmnesiaWG Windows app to connect to various VPN locations for personal use. Recently, at my new job, I was given an .ovpn config file to connect to the company server using login and password authentication. Can I use this config file to set up an OpenVPN connection through the AmnesiaWG app?

I tried adding the auth-user-pass parameter with an absolute path to the config file, but the connection fails (everything works fine when I use the native OpenVPN app)). Here is a fragment of my .ovpn configuration file:

client
auth-user-pass C:\openvpn-credentials.txt
auth-nocache
#static-challenge Verification code: 1
reneg-sec 0
dev tun
proto udp
sndbuf 0
...

Any help would be appreciated!

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