mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 08:35:53 +03:00
[GH-ISSUE #1203] Pulse Connect Secure VPN with Proxyman : working solution #1196
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1196
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @florentmorin on GitHub (Apr 11, 2022).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1203
Originally assigned to: @NghiaTranUIT on GitHub.
I tried official process from Proxyman Documentation but it won't work.
So, here is my solution, with a very highly secured VPN.
First, you need to install OpenConnect.
You need to obtain installation path for
openconnect.After that, don't forget to edit
/etc/sudoersAdd this line and replace
<openconnect-binary-path>with your binary path.Now, you can connect to your secured proxy using Juniper SSL / Pulse Connect Secure protocol.
Once connected, launch Proxyman and it will work like a charm.
@NghiaTranUIT commented on GitHub (Apr 12, 2022):
Thanks @florentmorin. I added your suggestion to our official Doc at https://docs.proxyman.io/troubleshooting/proxyman-does-not-work-with-vpn-apps#4.-pulse-secure-and-global-protect-vpn
Thanks again for your contribution. I appreciate it 👍
@VaslD commented on GitHub (Apr 18, 2022):
I vote against editing
sudoers, especially against putting it in a tutorial.That step is useful (i.e. good to know) but not necessary. It also comes with security responsibilities (and, to most who needs a step-by-step VPN tutorial, security risks), because after editing
sudoers, runningopenconnectstill elevates to root but no longer requires admin password. That step should only be included in a section that has a big yellow exclamation mark at best; or removed altogether from the tutorial.IMO a tutorial for a tool should not include a section that bypasses standard system security features, even if it's about using a built-in system tool to do so.
@NghiaTranUIT commented on GitHub (Apr 19, 2022):
Thanks. I will add a note to the Doc 👍