OpenVPN Client Connect for Windows 11 ARM

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
wayvernx3@gmail.com
OpenVpn Newbie
Posts: 5
Joined: Wed Feb 08, 2023 3:03 am

OpenVPN Client Connect for Windows 11 ARM

Post by wayvernx3@gmail.com » Wed Feb 08, 2023 3:16 am

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.

User avatar
stipa
OpenVPN Inc.
Posts: 17
Joined: Mon Nov 03, 2014 10:17 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by stipa » Mon Feb 13, 2023 10:21 am

May I ask what functionality are you missing in OpenVPN-GUI ?

wayvernx3@gmail.com
OpenVpn Newbie
Posts: 5
Joined: Wed Feb 08, 2023 3:03 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by wayvernx3@gmail.com » Thu Feb 16, 2023 1:08 am

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.

User avatar
stipa
OpenVPN Inc.
Posts: 17
Joined: Mon Nov 03, 2014 10:17 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by stipa » 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?

wayvernx3@gmail.com
OpenVpn Newbie
Posts: 5
Joined: Wed Feb 08, 2023 3:03 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by wayvernx3@gmail.com » Mon Feb 20, 2023 4:39 am

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

User avatar
stipa
OpenVPN Inc.
Posts: 17
Joined: Mon Nov 03, 2014 10:17 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by stipa » 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?

wayvernx3@gmail.com
OpenVpn Newbie
Posts: 5
Joined: Wed Feb 08, 2023 3:03 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by wayvernx3@gmail.com » Wed Feb 22, 2023 4:21 am

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.

User avatar
stipa
OpenVPN Inc.
Posts: 17
Joined: Mon Nov 03, 2014 10:17 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by stipa » 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?

wayvernx3@gmail.com
OpenVpn Newbie
Posts: 5
Joined: Wed Feb 08, 2023 3:03 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by wayvernx3@gmail.com » Thu Feb 23, 2023 8:13 am

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

camocazi
OpenVpn Newbie
Posts: 2
Joined: Sat Apr 15, 2023 12:43 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by camocazi » Sat Apr 15, 2023 12:43 am

I get the same error. Did you ever find a resolution for this?

Anasabdullah
OpenVpn Newbie
Posts: 11
Joined: Tue Apr 25, 2023 9:13 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by Anasabdullah » Fri Apr 28, 2023 11:49 am

Hi all. Has anyone found a way around this error?

baydewey
OpenVpn Newbie
Posts: 1
Joined: Wed May 17, 2023 12:32 pm

Re: OpenVPN Client Connect for Windows 11 ARM

Post by baydewey » Wed May 17, 2023 12:34 pm

I'm still waiting for updates on OpenVPN Connect v3 for ARM

User avatar
openvpn_inc
OpenVPN Inc.
Posts: 1333
Joined: Tue Feb 16, 2021 10:41 am

Re: OpenVPN Client Connect for Windows 11 ARM

Post by openvpn_inc » Sat May 20, 2023 12:51 pm

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
Image OpenVPN Inc.
Answers provided by OpenVPN Inc. staff members here are provided on a voluntary best-effort basis, and no rights can be claimed on the basis of answers posted in this public forum. If you wish to get official support from OpenVPN Inc. please use the official support ticket system: https://openvpn.net/support

Post Reply