-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenVPN Disconnects Instantly on Connection Attempt (Flutter) #132
Comments
@nizwar This issue is very urgent for me, and I need a solution by this weekend. |
Hi, kindly email me one of your server so i can have a look on this issue |
@nizwar i already sent email please overview |
@nizwar @RahimUllahAxlic did you find any solution? This appears to be on some devices. I am getting this issue in production and in debug. No error is show in console. |
me too facing the same issue kindly if reslove your issue guide us to |
@shafiquecbl No, I haven't found a solution yet. This issue seems to occur on certain devices, and I'm experiencing it in both production and debug modes. There's no error visible in the console. I'm still waiting for @nizwar response via email. |
okay
…On Sun, 2 Mar 2025 at 22:31, Rahim Ullah ***@***.***> wrote:
@shafiquecbl <https://github.com/shafiquecbl> No, I haven't found a
solution yet. This issue seems to occur on certain devices, and I'm
experiencing it in both production and debug modes. There's no error
visible in the console. I'm still waiting for @nizwar
<https://github.com/nizwar> response via email.
—
Reply to this email directly, view it on GitHub
<#132 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARU7AK2P7OCH7Z2Z2TV7FR32SPZNZAVCNFSM6AAAAABXP4T7NWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJTGQYDCMZRGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
[image: RahimUllahAxlic]*RahimUllahAxlic* left a comment
(nizwar/openvpn_flutter#132)
<#132 (comment)>
@shafiquecbl <https://github.com/shafiquecbl> No, I haven't found a
solution yet. This issue seems to occur on certain devices, and I'm
experiencing it in both production and debug modes. There's no error
visible in the console. I'm still waiting for @nizwar
<https://github.com/nizwar> response via email.
—
Reply to this email directly, view it on GitHub
<#132 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ARU7AK2P7OCH7Z2Z2TV7FR32SPZNZAVCNFSM6AAAAABXP4T7NWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMOJTGQYDCMZRGY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@nizwar, could you please allocate some time to look into this issue as well? |
@aiqalatif did you try #86 this? |
I am using the openvpn_flutter package to implement VPN functionality in my Flutter app. The VPN connects and works perfectly on Android, but on iOS, it instantly disconnects as soon as I tap the connect button.
Steps to Reproduce:
Configure OpenVPN using the openvpn_flutter package.
Attempt to connect to a VPN server on iOS.
The VPN connection initiates but immediately disconnects without any error message.
Expected Behavior:
The VPN should establish a stable connection, similar to how it works on Android.
Actual Behavior:
The VPN connection starts but disconnects instantly.
No error message is displayed.
The same configuration works fine on Android.
Environment Details:
Flutter version: 3.24.4
openvpn_flutter version: 1.3.4
iOS Version: 18.2
Device: iPhone 14 Pro Max
VPN Configuration: .ovpn
Troubleshooting Steps Tried:
Verified that the .ovpn file is correctly formatted.
Ensured correct app permissions Network Extensions, VPN Entitlements.
Tested different VPN servers and configurations.
Checked iOS logs for any errors → No issues found in logs.
Tried the solution mentioned in this issue, which worked for someone with the same problem, but it did not work for me.
Additional Context:
This issue does not occur on Android; VPN works as expected there.
Any help or guidance would be appreciated!
this is the setting image of vpn
The text was updated successfully, but these errors were encountered: