passepartoutvpn / tunnelkit

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

Last disconnect error for BasicTunnel-macOS changed from "none" to "The VPN session failed because an internal error occurred." #102

Closed vladislovshilov closed 5 years ago

vladislovshilov commented 5 years ago

Summary

I tried to connect to open vpn from Demo project and got some issues Could somebody help me or explain what i do wrong. Thanks!

I created app id's for both of BasicTunnel-macOS and BasicTunnelExtension-macOS Configured app groups: $(TeamIdentifierPrefix)group.io.bbapps.uvpn.macosapp.rc, $(TeamIdentifierPrefix)group.io.bbapps.uvpn.macosapp.rc.BasicTunnel.BasicTunnelExtension with "Network Extensions" and "Personal VPN" capabilities.

Also I use .ovpn file to configure connection.

Relevant logs and/or screenshots

In xcode logs I got only this: xcode log

And when I tried to use Console I got this: console log console log1 https://ibb.co/xFtvK9r https://ibb.co/JKwHW3K

I'm really bad in OpenVPN. Probably I forgot to configure something. I'm very glad if you will help me

keeshux commented 5 years ago

You should carefully revise all bundle identifiers (app, tunnel, app groups) and entitlements files. The issue lays somewhere among those strings.

keeshux commented 5 years ago

Closing for inactivity, and probably non-issue.

amir-ardalanuk commented 4 years ago

how can find the right configuration identifiers?