SoftEther OpenVPN config is not compatible with latest openvpn

Post your questions about SoftEther VPN software here. Please answer questions if you can afford.
Post Reply
quattrolinux
Posts: 19
Joined: Sun Dec 27, 2015 1:32 am

SoftEther OpenVPN config is not compatible with latest openvpn

Post by quattrolinux » Sat Aug 03, 2024 3:12 am

Code: Select all

OPTIONS ERROR: failed to negotiate cipher with server.  Add the server's cipher ('AES-128-CBC') to --data-ciphers (currently 'AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305') if you want to connect to this server.
From the manual:
2.4.x or lower: The cipher in --cipher is appended to --data-ciphers.

Question: how do I change server cipher from AES-128-CBC to one of openvpn 2.6.x default ciphers?

solo
Posts: 1614
Joined: Sun Feb 14, 2021 10:31 am

Re: SoftEther OpenVPN config is not compatible with latest openvpn

Post by solo » Sat Aug 03, 2024 8:42 am

1. update to v5 DE server
2. select your preferred "Encryption Algorithm Name" on the server
3. always enter algo name in ovpn "data-ciphers"

spp
Posts: 7
Joined: Thu Jan 02, 2025 6:51 pm

Re: SoftEther OpenVPN config is not compatible with latest openvpn

Post by spp » Fri Jan 03, 2025 3:39 pm

Edit your config manually.

in openvpn-2.4.x should use --ncp-ciphers
in openvpn-2.5.x-2.6.x should use --data-ciphers

default cipher in latest openvpn is AES-256-GCM and AES-128-GCM

Note: softether not yet supported cipher negotiation introduced in openvpn-2.4 therefore only one cipher available.

Post Reply