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

StackOverflow https://stackoverflow.com/questions/1181531

  •  19-09-2019
  •  | 
  •  

Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

Please have a look at the existing application for accessing Bugzilla on iPhone.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top