English:
The current openvpn community version is version 2.6.x. When using this version to connect to vpngate, the following problems may occur.
Log content:
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.
solution:
Modify the configuration in the downloaded .ovpn file
cipher AES-128-CBC [ Before ]
data-ciphers AES-256-GCM:AES-128-GCM:AES-128-CBC [After][/url]
If you don’t want to modify the file every time, please download this version
OpenVPN Connect for Windows
https://openvpn.net/client/client-conne ... r-windows/
Chinese[中文]
目前openvpn社区版本为2.6.x版本,用这个版本去链接vpngate的时候可能会出现以下问题.
日志内容:
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.
解决方案:
在下载的.ovpn文件中修改配置
cipher AES-128-CBC 【修改前】
data-ciphers AES-256-GCM:AES-128-GCM:AES-128-CBC【修改后】
如果不想每次修改文件请下载这个版本
OpenVPN Connect for Windows
https://openvpn.net/client/client-conne ... r-windows/
openvpn connection problem / openvpn问题解决方案 (WIN11)
-
- Posts: 16
- Joined: Fri Mar 13, 2020 8:56 am