-
Notifications
You must be signed in to change notification settings - Fork 72
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
Vpn got error, terminated Restore dns #42
Comments
yes...i also encounter this. OPTIONS ERROR: failed to negotiate cipher with server. Add the ???? how do i resolve this issue? When I try to do changes to VPN_TMP file, the changes are not permanent as the file is auto generated when I chose a VPN server. hence the changes are always over written The changes that would help are these: ##default vpn_tmp file: cipher AES-128-CBC ##my changes: cipher AES-128-CBC (this helps in my another direct open vpn connection using the vpnggate config file) please help OS: debian |
Hi @aucoliveira I don't have time to deal with this problem right now. So it would be great if you guys can add vpngate-with-proxy/vpnproxy_tui.py Line 72 in 3a2b067
|
Please take a moment. |
Hi @DenzaDzen,
very simple, like this: extra_option = ['keepalive 5 30\r\n', # prevent connection drop due to inactivity timeout
'%s' % ('connect-retry 2\r\n' if self.proto == 'tcp' else ''),
'resolv-retry 2\r\n',
'data-ciphers AES-256-GCM:AES-128-GCM:AES-128-CBC\r\n', # <---- add ciphers option
] |
This error is due to the two |
Occurs when I try to connect to a server:
31 76.69 19 days 2weeks 1447316 tcp 995
Vpn command: user_script.sh: line 28: hostname: command not found 1/5
Error calling command line “dbus-launch --autolaunch=70c2c43711774be2b6238f1e2da3db0
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.
OS: Arch Linux;
The text was updated successfully, but these errors were encountered: