nizwar / openvpn_flutter

A package that allow you to connect OpenVPN service with Flutter
https://pub.dev/packages/openvpn_flutter
GNU General Public License v3.0
84 stars 95 forks source link

Problem connecting, reconnecting repeatly after get config. #95

Open RProduction opened 9 months ago

RProduction commented 9 months ago

Hey, I am getting disconnected and reconnected when I am trying to connect to vpngate relay server. The API gave me base64 string and I decode it to utf8.

It said "authenticating" and "waiting for n second before connection attempt". The config string said openvpn 2.0 config. I set the certIsRequired to true, but the problem still surface. It stop at getconfig and then vpnstage.unknown(reconnect). I also try using username and password from openvpn account but not working.

I tried to make ovpn file from the string and tried it in openvpn connect pc client and no problem at all.

waihanko commented 4 months ago

I face this issue too, any solution?

minhbn00 commented 4 months ago

@waihanko @RProduction add these 2 line to .opvn file: data-ciphers AES-128-CBC data-ciphers-fallback AES-128-CB

bugrevealingbme commented 3 months ago

@waihanko @RProduction add these 2 line to .opvn file: data-ciphers AES-128-CBC data-ciphers-fallback AES-128-CB

I/openvpn ( 5774): Got unrecognized command>FATAL:Cipher AES-128-CB not supported

IkramKhan-DevOps commented 3 months ago

Facing same issue? any solution to this.

Duchv2008 commented 4 days ago

Same issues with cert from vpngate.net