ss-abramchuk / OpenVPNAdapter

Objective-C wrapper for OpenVPN library. Compatible with iOS and macOS.
GNU Affero General Public License v3.0
473 stars 208 forks source link

Error while saving openvpn configuration #79

Open Tsiddiqui123 opened 6 years ago

Tsiddiqui123 commented 6 years ago

while applying openvpn configuration on vpnadaptor , the callback throws an error which is error =

my code =

let properties: OpenVPNProperties do { properties = try self.vpnAdapter.apply(configuration: configuration) } catch { completionHandler(error) return }

in above code the configuration is not applying but the completion handler with above error is called

ss-abramchuk commented 6 years ago

I don't see the error you get. Could you provide it?

Tsiddiqui123 commented 6 years ago

error = (variable not provided) shown in console log