openvpn connection for mac app

Hello Everyone,


I need your help regarading openvpn conneciton in mac os x app.


I am building vpn client for mac and I am getting .ovpn and .crt files from server.

Now programmatically, I want to run my mac app with the downloaded .ovpn file to connect my app to server and create vpn connection.

Can you please point me where and how should I start with in order to do this?


Thanks in advance.

AFAIK OS X does not have OpenVPN support built-in. You would have to talk to the OpenVPN about how best to import your .ovpn file (and, indeed, whether you'd need to install their software to act on it).

Share and Enjoy

Quinn "The Eskimo!"
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
openvpn connection for mac app
 
 
Q