-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Bug description:
First of all, Thank you so much for your openvpn library.
I follow the Example project codes.
With Wifi Network: OpenVpn is connected, and working. Connected within 1minute.
With Mobile Network: Cannot connect. Only show "Authenticating...".
Ovpn file is working in both original OpenVpn Android App and Windows App.
To Reproduce:
Below is my sample connection code:
remoteAddress: '167.71.93.131 53015',
ovpnFileName: 'ny1',
assetsPath: '',
compatMode: RNSimpleOpenvpn.CompatMode.OVPN_TWO_THREE_PEER,
providerBundleIdentifier: 'com.example.RNSimpleOvpnTest.NEOpenVPN',
localizedDescription: 'RNSimpleOvpn',
notificationTitle:"CoffyNet VPN",
username:'ny1',
password:"",
useLegacyProvider:true,
Expected behavior:
Could you please help me with this bug.
Screenshots/Videos:
Environment:
- OS: Ubuntu
- OS version: 24.10
- react-native version: 0.75.4
- react-native-simple-openvpn version: ^2.1.3
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working


