简体   繁体   English

当应用程序位于VPN IPSec背后时,如何通过iPhone应用程序将其连接?

[英]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). 我正在制作用于访问bugzilla的iPhone应用程序(应用程序)。 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? 现在我的应用程序允许在没有VPN IPSec的情况下从任何地方访问bugzilla,但是每当某些bugzilla要求从网络外部使用VPN IPSec身份验证时,它将不允许从我的iPhone应用程序访问bugzilla,那么我该如何编码然后再配置VPN连接到bugzilla?

Thank you. 谢谢。

There isn't any programmatic access to the VPN system on the iPhone so you can do it in your application. iPhone上没有对VPN系统的任何编程访问,因此您可以在应用程序中进行访问。 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. 如果问题是是否可以在iPhone上完全完成,那么答案是肯定的,尽管iPhone本身确实支持带ipsec的VPN。 The user would need to set that up and activate it before trying to connect using the application. 用户可能需要设置并激活它,然后才能尝试使用该应用程序进行连接。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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