ccnnde / react-native-simple-openvpn

A simple react native module to interact with OpenVPN
GNU General Public License v2.0
147 stars 51 forks source link

Tls-crypt is not working #38

Open firmandev opened 2 years ago

firmandev commented 2 years ago

Bug description:

I'm using ovpn with tls-crypt, I'm sure I didn't miss setting the server, because if I'm using OpenVPN client in windows, I can connect it.

If I'm using this library, the state will force you to no process.

To Reproduce: Just create OpenVPN instance with different port, turn on tls-crypt. To make sure if your server setting correctly, test it using OpenVPN client before you connect using this library, I hope someone find the problem is, so I can change it right now in the code because I really need it before officially changed.

Expected behavior:

Screenshots/Videos:

Environment:

firmandev commented 2 years ago

I checked in my OpenVPN server, no log at all it is seems is not caused by the OpenVPN client version, I guess there is an error when parsing the connection string to the library, but I'm not sure because I don't get any log when that error happened,