Page 1 of 1

OpenVPN Client Connect for Windows 11 ARM

Posted: Wed Feb 08, 2023 3:16 am
by wayvernx3@gmail.com
I have spent a while searching for any downloads for the any version of OpenVPN connect for Windows 11 ARM since OpenVPN GUI doesn't have the same functionality that I need, so I was wondering if any version of OpenVPN Connect for ARM is being worked on that works on Parallels VM.

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Mon Feb 13, 2023 10:21 am
by stipa
May I ask what functionality are you missing in OpenVPN-GUI ?

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Thu Feb 16, 2023 1:08 am
by wayvernx3@gmail.com
stipa wrote:
Mon Feb 13, 2023 10:21 am
May I ask what functionality are you missing in OpenVPN-GUI ?
My school requires students to use a VPN through OpenVPN Client Connect to connect to the campus network in order to use some of the applications provided by the school, however the VPN profile does not work whenever I try to use it with OpenVPN-GUI as it results in an error.

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Thu Feb 16, 2023 8:27 am
by stipa
wayvernx3@gmail.com wrote:
Thu Feb 16, 2023 1:08 am
however the VPN profile does not work whenever I try to use it with OpenVPN-GUI as it results in an error.
Why don't you paste an error message here?

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Mon Feb 20, 2023 4:39 am
by wayvernx3@gmail.com
stipa wrote:
Thu Feb 16, 2023 8:27 am
wayvernx3@gmail.com wrote:
Thu Feb 16, 2023 1:08 am
however the VPN profile does not work whenever I try to use it with OpenVPN-GUI as it results in an error.
Why don't you paste an error message here?
2023-02-19 22:37:18 REMOVED OPTION: --client-cert-not-required, use '--verify-client-cert none' instead
2023-02-19 22:37:18 Exiting due to fatal error

Thats the entire log after trying to connect with the VPN profile

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Mon Feb 20, 2023 8:19 am
by stipa
wayvernx3@gmail.com wrote:
Mon Feb 20, 2023 4:39 am
2023-02-19 22:37:18 REMOVED OPTION: --client-cert-not-required, use '--verify-client-cert none' instead
2023-02-19 22:37:18 Exiting due to fatal error
So have you tried to replace

Code: Select all

client-cert-not-required
with

Code: Select all

verify-client-cert none
as suggested?

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Wed Feb 22, 2023 4:21 am
by wayvernx3@gmail.com
stipa wrote:
Mon Feb 20, 2023 8:19 am
wayvernx3@gmail.com wrote:
Mon Feb 20, 2023 4:39 am
2023-02-19 22:37:18 REMOVED OPTION: --client-cert-not-required, use '--verify-client-cert none' instead
2023-02-19 22:37:18 Exiting due to fatal error
So have you tried to replace

Code: Select all

client-cert-not-required
with

Code: Select all

verify-client-cert none
as suggested?
I have tried that but that just left another error message

Code: Select all

2023-02-21 22:20:08 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores --cipher for cipher negotiations. 
2023-02-21 22:20:08 Note: '--allow-compression' is not set to 'no', disabling data channel offload.
Options error: --verify-client-cert requires --mode server
Use --help for more information.

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Wed Feb 22, 2023 8:02 am
by stipa
wayvernx3@gmail.com wrote:
Wed Feb 22, 2023 4:21 am
Options error: --verify-client-cert requires --mode server
We are moving forward. What if you comment out this option?

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Thu Feb 23, 2023 8:13 am
by wayvernx3@gmail.com
stipa wrote:
Wed Feb 22, 2023 8:02 am
wayvernx3@gmail.com wrote:
Wed Feb 22, 2023 4:21 am
Options error: --verify-client-cert requires --mode server
We are moving forward. What if you comment out this option?

Code: Select all

2023-02-23 02:11:48 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores --cipher for cipher negotiations. 
2023-02-23 02:11:48 Note: '--allow-compression' is not set to 'no', disabling data channel offload.
2023-02-23 02:11:48 Consider using the '--compress migrate' option.
Options error: --pull cannot be used with --mode server
Use --help for more information.
I then tried deleting --pull from the config but the same error message resulted

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Sat Apr 15, 2023 12:43 am
by camocazi
I get the same error. Did you ever find a resolution for this?

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Fri Apr 28, 2023 11:49 am
by Anasabdullah
Hi all. Has anyone found a way around this error?

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Wed May 17, 2023 12:34 pm
by baydewey
I'm still waiting for updates on OpenVPN Connect v3 for ARM

Re: OpenVPN Client Connect for Windows 11 ARM

Posted: Sat May 20, 2023 12:51 pm
by openvpn_inc
Hello,

OpenVPN Connect v3 at this time has no support for ARM on Windows yet, but you can use OpenVPN GUI which does support it. It is available here:
https://openvpn.net/community-downloads/

Kind regards,
Johan