Giter VIP home page Giter VIP logo

Comments (5)

 avatar commented on May 29, 2024

yes...i also encounter this.

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.

???? 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
auth SHA1

##my changes:

cipher AES-128-CBC
auth SHA1
data-ciphers AES-256-GCM:AES-128-GCM:AES-128-CBC

(this helps in my another direct open vpn connection using the vpnggate config file)

please help
Thank you

OS: debian

from vpngate-with-proxy.

Dragon2fly avatar Dragon2fly commented on May 29, 2024

Hi @aucoliveira
Hi @ghost

I don't have time to deal with this problem right now. So it would be great if you guys can add 'data-ciphers AES-256-GCM:AES-128-GCM:AES-128-CBC' to the extra_option below and test if the problem is solved?

extra_option = ['keepalive 5 30\r\n', # prevent connection drop due to inactivity timeout

from vpngate-with-proxy.

DenzaDzen avatar DenzaDzen commented on May 29, 2024

Привет@aucoliveira Привет@ghost

У меня сейчас нет времени заниматься этой проблемой. Так что было бы здорово, если бы вы, ребята, могли добавить 'data-ciphers AES-256-GCM:AES-128-GCM:AES-128-CBC'ниже extra_optionи проверить, решена ли проблема?

extra_option = ['keepalive 5 30\r\n', # prevent connection drop due to inactivity timeout

Please take a moment.
Can you be more specific where and what?
2023-05-16_15-24

from vpngate-with-proxy.

Dragon2fly avatar Dragon2fly commented on May 29, 2024

Hi @DenzaDzen,

Please take a moment.
Can you be more specific where and what?

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
                ]

from vpngate-with-proxy.

vejkse avatar vejkse commented on May 29, 2024

Vpn command: user_script.sh: line 28: hostname: command not found 1/5
Error calling command line “dbus-launch --autolaunch=70c2c43711774be2b6238f1e2da3db0

This error is due to the two notify-send commands in the default user_script.sh. They don’t work when run as root. You can fix it by removing or commenting out these two lines in your ~/.config/vpngate-with-proxy/user_script.sh.

from vpngate-with-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.