vpngate-with-proxy icon indicating copy to clipboard operation
vpngate-with-proxy copied to clipboard

OpenVPN 2.6.3 not support default old AES-128-CBC data chipher

Open evadogstar opened this issue 1 year ago • 0 comments

I found that server config downloaded from vpngate servers AES-128-CBC not supported by newer versions of OpenVPN.

to fix this I changed 207 line of _cli.py to

    command = ['openvpn', '--config', ovpn, '--data-ciphers', 'AES-128-CBC']

evadogstar avatar Jun 13 '23 10:06 evadogstar