passepartoutvpn / tunnelkit

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

Error Domain=NSPOSIXErrorDomain Code=89 "Operation canceled" negotiationTimeout #288

Closed chmcj closed 1 year ago

chmcj commented 1 year ago
error logs:
561 - Remotes: [x.x.x.x:UDP:1194]
562 - Cipher: AES-128-CBC
563 - Digest: HMAC-SHA1
615 - Gateway: ["IPv4"]
638 - DNS: not configured
113 - No resolved endpoints, will resort to DNS resolution
114 - DNS resolve address: {x.x.x.x:1194, resolved: []}
848 - Current SSID: none (disconnected from WiFi)
70 - DNS resolved addresses: ["x.x.x.x"]
87 - Unrolled endpoints: [x.x.x.x:UDP:1194]
122 - Pick current endpoint: x.x.x.x:UDP:1194
307 - Will connect to x.x.x.x:1194
310 - Socket type is NEUDPSocket
139 - Socket state is preparing (endpoint: x.x.x.x:1194 -> in progress)
137 - Socket state is ready (endpoint:x.x.x.x:1194 -> x.x.x.x:1194)
235 - Starting VPN session
582 - Send hard reset
590 - Negotiation key index is 0
161 - Control: Enqueued 1 packet [0]
176 - Control: Write control packet {HARD_RESET_CLIENT_V2 | 0, sid: 107cf0786145b7b1, pid: 0, [0 bytes]}
1028 - Send control packet (42 bytes): 0000xxxx
1281 - Trigger reconnection (error: negotiationTimeout)
553 - Session did stop with error: negotiationTimeout
391 - Failed LINK read: Error Domain=NSPOSIXErrorDomain Code=89 "Operation canceled"
137 - Socket state is cancelled (endpoint:x.x.x.x:1194 -> x.x.x.x:1194)
326 - Tunnel did stop (error: negotiationTimeout)
82 - Try next endpoint in current remote: {x.x.x.x:UDP:1194, resolved: [x.x.x.x:UDP:1194]}
87 - Exhausted endpoints, try next remote
90 - Exhausted remotes, giving up
835 - Flushing log...
387 - Ignoring read from outdated LINK
keeshux commented 1 year ago

Normal behavior.