简体   繁体   中英

When application is behind the VPN IPSec, How can I connect it through my iPhone application?

I am making iPhone application for accessing bugzilla (application). Rightnow my application is allow to access bugzilla from anywhere without VPN IPSec, but whenever some bugzilla's required VPN IPsec authentication to use from outside the network, It will not allow to access bugzilla from my iPhone application, how can I code to configure VPN first then connect to bugzilla?

Thank you.

There isn't any programmatic access to the VPN system on the iPhone so you can do it in your application. If the question is if it can be done at all on the iPhone the answer is yes though since the iPhone itself does support VPN with ipsec. The user would need to set that up and activate it before trying to connect using the application.

请查看用于访问iPhone上的Bugzilla的现有应用程序

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM