passepartoutvpn / tunnelkit

VPN client library for Apple platforms.
GNU General Public License v3.0
3 stars 1 forks source link

iOS Sometimes Connection does not work #333

Closed ristkof closed 1 year ago

ristkof commented 1 year ago

Summary

From iOS, when a connection is tried, via reconnect, the connection is successful only about one in five times, maybe even less. When I keep retrying, eventually it works.

Relevant logs and/or screenshots

This is what I see in the logs:

Last disconnect error changed from "none" to "The operation couldn’t be completed. (TunnelKitOpenVPNCore.OpenVPNError error 5.)"

Not sure where in the code this log is generated, and I can only guess that "error 5" corresponds to the fifth case in the enum, which would be wrongControlDataPrefix. Is that correct? Is that some indication as to what goes wrong?

Thank you for your help.

ristkof commented 1 year ago

It looks like it may be a server side problem, closing this one, at least for now.