通过Web VPN访问本地网络SVN
我在使用 VPN Web 身份验证时遇到一些问题:
我们有一个本地受保护的网络,在该网络上运行 https SVN 服务器。 在 Eclipse 中本地访问它没有任何问题。
我们有外部人员必须通过 Web VPN 访问此 SVN。
问题是,这个Web VPN只能在特定的Web浏览器上下文中工作,我们无法通过这个VPN直接连接Eclipse。
不过,通过浏览器访问 VPN 是可行的(但无法进行提交/版本控制)。
有什么解决方法吗?
I'm facing some problems using VPN Web authentication:
We have a local protected network on which an https SVN server runs.
Accessing it locally within Eclipse makes no problems.
We have external people which have to access this SVN through Web VPN.
The problem is, this web VPN only works in the specific web browser context, and we are not able to connect eclipse directly through this VPN then.
Accessing the VPN through the browser works though (but no commit/versioning is possible).
Is there any workaround?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过激活 WEB VPN 上的 JSAM(Java 安全应用程序管理器),问题已得到解决。它激活已安装的客户端(外部人员)和特定 IP 连接(网关允许)之间的链接。
Problem has been resolved by activating the JSAM (Java secure application manager) on the WEB VPN. It activates the link between installed clients (external people) and specific IP Connections (allowed by gateway).